body {
	text-align: center;
	margin: 0px;
	background: url(../images/background_top.jpg) #848484 repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
#container{
	position: relative;
	margin: 0px auto 0px auto;
	width: 750px;
	background-color: #444;
	overflow: hidden;
	border: solid #aaa;
	border-width: 0px 2px;
	text-align: left;
}

/*==============HEADER================*/

#header{
	position: relative;
	background: url(../images/header.jpg) center center no-repeat;
	width: 750px;
	height: 200px;
}

#advertiser_header{
	position: relative;
	background: url(../images/advertiser_header.jpg) center center no-repeat;
	width: 750px;
	height: 200px;
}

#publisher_header{
	position: relative;
	background: url(../images/publisher_header.jpg) center center no-repeat;
	width: 750px;
	height: 200px;
}

#contactus_header{
	position: relative;
	background: url(../images/contactus_header.jpg) center center no-repeat;
	width: 750px;
	height: 200px;
}

#clear_header{
	position: relative;
	background: url(../images/clear_header.jpg) center center no-repeat;
	width: 750px;
	height: 175px;
}

#actnow{
	/*float: left;
	
	font-size: small;*/
	position: absolute;
	bottom: 0px;
	margin: 0px;
	left: 300px;
}


#actnow a{
	color: #222;
	font-weight: normal;
}

#actnow a:hover{
	color: #666;
}

/*=====NAV=====*/

#nav{
	float: right;
	margin: 5px 10px 5px auto;
	font-size: small;
}

#nav a{
	color: #222;
	font-weight: normal;
}

#nav a:hover{
	color: #666;
}

/*==============CONTENT================*/

.half{
	position: relative;
	color: #fff;
	width: 334px;
	padding: 20px 20px 40px 20px;
	height: 375px;
	background: bottom center url(../images/bottom.jpg) repeat-x #111;	
}

.morelink{
	clear: both;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.backlink{
	clear: both;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.whole{
	position: relative;
	color: #fff;
	width: 710px;
	padding: 20px 20px 40px 20px;
	overflow: hidden;
	background: bottom center url(../images/bottom.jpg) repeat-x #111;	
}

.left{
	float: left;
}

.right{
	float: right;
	border-left: 1px solid #aaa;	
}

.awesome{
	font-size: large;
	font-weight: bold;
	color: #ffdf00;
}

a{
	color: #ffbf00;
	font-size: small;
}

#callus{
	clear: both;
	margin: 0px;
	/*background-image: url(../images/callus.jpg);*/
	height: 100px;
}

#footer{
	font-size: small;
	text-align: center;
	color: #fff;
	position: relative;
	background-color: #aaa;
	width: 750px;
	height: 25px;
	padding-top: 10px;
}

.text{
	text-align: left;
	/*font-weight: bold;*/
	font-size: small;
}

.bold{
	font-weight: 900;
	color: #FFBF00;
	font-variant: small-caps;
}

.gold{
	color: #ffbf00;
	}

.title{
	font-size: large;
	font-weight: 900;
	color: #FFBF00;
	font-variant: small-caps;
}

ul{
/*	list-style: ;
	list-style-position: inside;*/

}

li{
	list-style:none;

	margin: 10px 0px;
	
	
}

script{
	display: none;
	
}

.soldout{
	color: #ff0000;
}

.available{
	color: #00ff00;
	
}

img.site_image{
	height: 200px;
	
}