
body {
	margin: 0px;
	padding: 0px;
	background: #143d55;
	font: 13px Arial, Helvetica, sans-serif;
	color: #143d55;
}
h1 {
	font-size: 2.4em;
	margin-top: 0px;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat;
}

.ads
{
padding: 5px;
margin-left: 7px;
float:right;
}
/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	background:#ffffff;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding:20px 0 0 0;
}

.write {
	margin: 0px 0px 30px 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-top:20px;
	background:#f5fdfd url(images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 15px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 15px;
	background: url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 880px;
	padding:10px;
	margin: 0px auto 30px auto;
	background: #313131;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 21px;
}

#footer a {
	color: #FFFFFF;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 900px;
margin:0 auto;
border-top: 5px solid #143d55; /*Highlight red color theme*/
background: #ffffff;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #143d55; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #143d55; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #143d55; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #143d55; /*Highlight red color theme*/
color: white;
}
