/**Wrapper **/
#wrapper1 
{
	width:900px;
	background:#ffffff;
	height: 100%;
}
#top,#footer,#main,#content,#container
{
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top
{
	
	background:#fdfdfd url(images/cstrip.gif) repeat-x;
	height:74px;
}

{
float:left;
}
/**Menu***/
ul
{
list-style:none;
}
#menu li
{
display:inline;
}
li a

#menu a:hover
{
	color:#fff;

}
#content
{
	background:url(images/cstrip.gif) repeat-x;
}
#left,#right
{
	width:200px;
}
#left
{
	float:left;
	
}
#right
{
	float:right;
	height: 100%;	
	background: #;
}
#center
{
	height: 100%;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding: 0px;
}
#left h1,#right h1,#center h1
{
font-size:12px;
padding:10px 0 0 50px;
font-family:arial;
}
#left p,#right p,#center p
{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#left h2,#right h2,#center h2

#left a,#right a,#center a
{
	text-decoration:none;
}
#container
{
	height:270px;
	background:#d9d9d9;
	margin-top:5px;
	margin-bottom:5px;
	
}
#lcontain
{
	width:260px;
	background:#eeeeee;
	float:left;
	margin-left:5px;
	height:260px;
	margin-top:7px;

}
#rcontain
{
	
	background:#eeeeee;
	float:right;
	width:575px;
      height:260px;
	margin-right:5px;
    margin-top:7px;
 	
}
#rcontain  h1,#lcontain h1
{
color:#2f2f2f;
font-size:1.5em;
font-family:arial;
padding:15px 0px 0px 15px;
}
#rcontain p
{
color:#2f2f2f;
padding:10px 10px 0 15px;
}
#lcontain p,#lcontain h2
{
color:#2f2f2f;
padding-left:15px;
}
#lcontain h2
{
font-size:1.1em;
font-family:arial;
}
#lcontain a 
{
	color:#1c443b;
}
.col
{
float:left;
width:280px;
}
.col li a
{
	float:none;
	color:#1c443b;
	text-decoration:none;
}
.col li a:hover
{
	text-decoration:none;
}

/**footer ***/
#footer {
	background: #2e2e2e url(images/fstrip1.gif) repeat-x;
	margin: 0 auto;
	text-align: center;
	clear:both;
	height:30px;
}
#footer a {
	color: #5E6F6E;
	text-decoration: none;
}
#footer a:hover {
	color: #9ab2be;
	text-decoration: underline;
}
