
* { padding: 1; margin: 1; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

.roundcont {
	width: 100%;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#wrapper { 
 margin: 0 auto;
 width: 960px;
 border-style: solid;
 border-color: #AEAEAE;
 border-width: 1px;
}

#header {
 color: #333;
 width: 940px;
 float: left;
 padding: 10px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}
#navigation {
 float: left;
 width: 940px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}
#content { 
 width: 940px;
 color: #333;
 background: #FFFFFF;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 float: left;
}
#content td {
width: 16%;
text-align: center;
}
#threequarter { 
 width: 700px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 float: left;

}
#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 215px;
 float: left;
}
#leftmiddle { 
 color: #333;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 215px;
 float: left;
}
#rightmiddle { 
 color: #333;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 215px;
 float: left;
}
#centertwo{
color: #333;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 430px;
 float: left;
}
#rightcolumn { 
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 215px;
 float: left;
}
#footer { 
 width: 940px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#topright {
position: absolute;
right: 0;
top: 0;
display: block;
cursor: pointer;
text-decoration: none;
}


#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
cursor: pointer;
text-decoration: none;
}


#navbar{
	width: auto;
	height:36px;
	background:url(images/navbar-bg.png) left top repeat-x;
}
#navbar .inbar{
	display:block;
	height:36px;
	background:url(images/right-round.png) right top no-repeat;
}
#navbar ul, #navbar ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul{
	background:url(images/left-round.png) left top no-repeat;
}
#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
}
#navbar ul li a{
	color:#403e32;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navbar ul li a span{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
#navbar .navhome a, #navbar .navhome a:hover{
	background:url(images/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar .navhome a span, #navbar .navhome a:hover span{
	color:#FFFFFF;
	background:url(images/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover{
	background:url(images/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover span{
	background:url(images/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:350px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}	