


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c0c0c0;
	background: #000000 url(images/header.jpg) no-repeat top;
}

h1, h2, h3 {
    margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFF00;
   
}

h1 {
	font-size: 18px;
}

h2 {
	}

h3 {
   font-size:15px;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 25px;
}


a:link {
	text-decoration: none;
	color: #95A2CE;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #95A2CE;
}


/* Header */

#header {
	width: 1000px;
	height: 305px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;

}

#header h1 {
	margin: 0;
	padding: 50px 0 0 10px;
	font-size: 35px;
    font-weight: bold;
}

#header h1 a {
	color: #FFF000;
}

#header h2 {
	margin: 0;
    font-size: 25px;
	padding: 0 0 0 75px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #FFF000;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 25px;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding: 5px 0 0 5px;
	background: url(images/img03.gif) no-repeat;
}

.post {
	width: 620px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background: url(images/img04.gif) no-repeat;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #c0c0c0;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

/* Footer */

#footer {
	height: 90px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0px;
	line-height: normal;
	font-size: 77%;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

* Top menu */

.topmenu{  

     width: 100%;
     font-size: 15px;
     background-color: #000000;
     float:inherit;
     } 
.topmenu ul{  

     margin: 0; padding: 0;  
     float: left;
     }  

.topmenu ul li{  
     display: inline;
     }  

.topmenu ul li a{  
     float: left; text-decoration: none;  
     color: white;  
     padding: 5px 30px 5px 30px;  
     background-color:transparent;
     }  

.topmenu ul li a:visited{  
     color: white;
     }  

.topmenu ul li a:hover, .topmenu ul li .current{  
     color: #fff;  
     background-color:#C0C0C0;
     } 
     
     
/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

