
/* Template Design  */
body {
width:auto;
height:auto;
background: #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#outside{
position:relative;
margin-top: 0em;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
width: 990px;
}

#outside #top{
display: block;
padding: 5px;
background: transparent url(http://www.loveart-gallery.com/site_top.png) no-repeat top;
}

#outside #center {
display:block;
margin-top:5px;
margin-bottom:5px;
height: auto;
background: transparent url(http://www.loveart-gallery.com/site_bg.png) repeat-y top;
}

#outside #bottom {
display: block;
padding: 0px;
background: transparent url(http://www.loveart-gallery.com/site_base.png) no-repeat bottom;
}

/*
Contains all of the center section content
*/
#content { 
	
	background:#181818;
	width:960px;
	height:1190px;
}

#homeBanner{

	position:absolute;
	top:98px;
}

/* Find Art*/
#findArtImagePod{

    position:absolute;
	top:30px;
	width: 290px;
	height: 230px;
    left:20px;
}

#findArtTextPod {

	z-index:2;
    position:absolute;
	top:123px;
	width: 255px;
	height: 100px;
    left:35px;
}


/* View Art*/
#viewArtImagePod{

    position:absolute;
	top:30px;
	width: 290px;
	height: 230px;
    left:335px;
}

#viewArtTextPod {

	z-index:2;
    position:absolute;
	top:123px;
	width: 255px;
	height: 100px;
    left:350px;
}


/* View Art*/
#buyArtImagePod{

    position:absolute;
	top:30px;
	width: 290px;
	height: 230px;
    right:20px;
}

#buyArtTextPod {

	z-index:2;
    position:absolute;
	top:140px;
	width: 255px;
	height: 100px;
    right:35px;
}


/* Artist Profiles*/
#artistProfilesImagePod {

	position:absolute;
	top:15px;
	width:120px;
	height: 120px;
	left:25px;
} 

#artistProfilesTextPod {

	position:absolute;
	top:130px;
	width:300px;
	height: 120px;
	left:45px;
} 


/* Art Connect */
#artConnectImagePod {

	position:absolute;
	width:313px;
	top:0px;
	height: 150px;
	left:355px;
}

#artConnectTextPod {

	position:absolute;
	width:250px;
	top:25px;
	height: 150px;
	right:25px;
}

/* Sell Art */
#sellArtImagePod{

	position:absolute;
	top:180px;
	width:361px;
	height: 138px;
	right:25px;
} 

#sellArtTextPod{

	position:absolute;
	top:170px;
	width:200px;
	height: 138px;
	left:350px;
} 

/*
Helpers
*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.alignright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.alignleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}

a img {
border:0px;
}
