@charset "UTF-8";
/*-----------MAIN TAGS*/
*{
	margin:0;
	padding:0;
}
body {
	position:relative;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #e0e2c4;
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a:link, a:visited{
	color:#333;
	text-decoration:none;
}
a:hover, a:visited:hover{
	color:#888;
	text-decoration:underline;
}
p,h1,h2,h3,h4,h5,h6{
	margin:.55em 0;
}
h1{
	font-weight:normal;
	font-size:20pt;
}

ul{
	margin-left:3em;
	list-style-image:url('images/bullet.gif');
}

/*-----------------CUSTOM DIVS-------------*/
#centrespan{
	position:relative;
	width:696px;
	margin:0 auto;
	
}
#contentcontainer{
	width:696px;
	background-image:url('images/bg_content.jpg');
}
#pageheader{
	margin:0;
	padding:0;
}
#nav{
	position:relative;
	width:681px;
	padding-right:15px;
	background-color:#e0e2c4;
	
}
#header{
	position:relative;
	width:696px;
	margin:0;
}
#content{
	position:relative;
	width:696px;
	height:260px;
	background-image:url('images/bg_page.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:45px;
}
#portcontent{
	position:relative;
	width:696px;
	height:335px;
	background-image:url('images/bg_page_wm.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}
#thumbs{
	width:696px;
	height:55px;
	margin:0;
	padding:0;
}
#thumbs ul{
	margin-left:15px;
	padding:0;
}
#thumbs li{
	display:inline;
	padding:0;
	margin:0;
}
#leftcolumn{
	float:left;
	width:200px;
	min-height:260px;
	margin-left:30px;
	
}
#rightcolumn{
	float:right;
	width:436px;
	min-height:260px;
	margin-right:30px;
	height: 280px;
}
#footergap{
	clear:both;
	height:20px;
	width:696px;
	background-color:#e0e2c4;
}
#footer{
	position:relative;
	margin:0 auto;
	clear:both;
	bottom:1px;
	width:696px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	padding:15px 10px;
	font-size:9px;
	color:#403315;
}
#footerleft{
	float:left;
}
#footerright{
	float:right;
	margin-right:35px;
}
/*----------------MAIN PAGE DIVS-----------------*/

#centrespanmain{
	width:466px;
	margin:10em auto;
}
#containermain{
	width:466px;
}
#containermain img{
	vertical-align:middle;
}
#mainnav{
	display:block;
	width:305px;
	float:right;
}

/*----------------CUSTOM CLASSES-----------------*/
.tania{
	padding-top:15px;
}
