@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	background: #FFF;	
	text-align: center;
}

A:         { color: #09C; text-decoration: underline; font-weight: normal;}
A:link     { color: #09C; text-decoration: underline; font-weight: normal;}
A:visited  { color: #09C; text-decoration: underline; font-weight: normal;}
A:hover    { color: #666; text-decoration: none; font-weight: normal;}

.title     { font-family: Arial, Verdana, Helvetica; font-size: 10pt; color: #990000; font-weight: bold; font-style: normal; text-decoration: none;}



#the-body, #logo-header, #left-sidebar, #right-body, #footer {
	display: block;
}

#the-body {
	width: 900px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo-header {
 text-align: center;
 width: 100%;
}


#left-sidebar, #right-body, #center-body {

text-align: left; 
font-family: Verdana, Geneva, sans-serif; 
color: #666; 
font-size: 14px; 
padding: 0 20px;
float: left;
}

#left-sidebar {
	width: 250px;	
}

#right-body {
	width: 500px;
	padding: 5px;
}

#center-body {
	width: 900px;	
}

#right-body p, #center-body p {
	margin-bottom: 10px;	
}

#right-body h3, #center-body h3 {
	color: #999;
	margin-bottom: 10px;
}

#footer {
 clear: both;
 margin-top: 20px;
 font-family: Tahoma, Geneva, sans-serif; 
 color: #999; 
 font-size: 9px;
 text-align: center;
}


.red {
	color: red;
	font-weight: bold;
}