*{ margin: 0px; padding: 0px; }*
body
{ 
  background:#eee center top;
  color: #dcdcdc;
  font: .8em normal small Georgia, "Times New Roman", Times, serif; line-height: 1.3em;
}
/**Common**/
p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
/**Wrapper **/
#wrapper 
{
	width:900px;
	margin:5px auto;
	background:#ffffff;
}
#top,#footer,#main,#content,#container
{
	width:850px;
	margin:0px auto;
}
#top
{
	
	background:#fdfdfd url(images/cstrip.gif) repeat-x;
	height:74px;
}
#logo h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:30px;
    font-weight:500;
    margin:0px ;
    padding-left:50px;
	padding-top:20px;
	color:#eee;
}
#logo p
{
	 padding-left:60px;
}
#logo
{
float:left;
}
/**Menu***/
ul
{
list-style:none;
}
#menu li
{
display:inline;
}
li a
{
text-align:center;
color:#FC343C;
float: right;
height: 38px;
margin-right: 1px;
text-decoration: none;
display: inline-block;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
padding: 20px 20px 13px 20px;
}
#menu
{
margin-left:350px;
}
#menu a:hover
{
	color:#fff;
}
#main
{
	background:#FFFFFF url(images/umbrella.gif) no-repeat ;
	height:184px;
}
#content
{
	font-family:Georgia, "Times New Roman", Times, serif;
	height:105px;
    background:url(images/cstrip.gif) repeat-x;	
}
#left,#right
{
	width:275px;
     height:105px;padding-top:5px;
    	
}
#left
{
	float:left;
	
}
#right
{
	float:right;
	
}
#center
{
	margin:0px 275px 0px 275px;
	border-left:1px solid #4F4A4A;
	border-right:1px solid #4F4A4A;
	height:105px;
    padding-top:5px;
}
#left h1,#right h1,#center h1
{
font-size:1.5em;
padding:10px 0 0 50px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#left p,#right p,#center p
{
padding:10px 15px 0px 20px;
}
#left h2,#right h2,#center h2
{
	padding-left:170px;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}
#left a,#right a,#center a
{
	color:#fff;
	text-decoration:none;
}
#container
{
	height:20px;
	background:#FC343C;
	margin-top:0px;
	margin-bottom:0px;
	
}


/**footer ***/
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #FC343C url(images/) repeat-x;
	margin: 0 auto;
	text-align: right;
	clear:both;
	height:20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
