/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

h1, h2, h3 {
	margin-bottom: 5px;
	font-family: ARIAL;
	font-weight: normal;
	color: #fff;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

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

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

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

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

a:visited {
	color: #fff;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 700px;
	height: 176px;
	margin: 0 auto;
	padding: 0 0px 10px 0px;
	background: #333 url(images/img01.jpg) no-repeat center bottom;
}


/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	padding: 0 0px;
	background: #0099ff url(images/img02.gif) repeat-y center top;
}

#nav	 {
padding-left:40px;
padding-top:10px;
display:inline;
}

#nav ul	 {
	list-style-type:none;
margin: 0;
padding: 0;
margin-left:30px;
}

#nav li	 {
	display:inline;
}

#nav li:hover	 {

}
#nav a {
	font-weight:bold;
	padding: 0 6px;
	margin-top:5px;
	}

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


/* Content */

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

#content h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}


.post {
	width: 650px;
	padding: 0 0 0 20px;
	min-height:500px;
}

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

.post .title {
	padding: 0 0 5px 0;
}

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


/* Footer */

#footer {
	width: 700px;
	height: 316px;
	margin: 0 auto;

	background: #0099ff url(images/img12.jpg) no-repeat center bottom;
}

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

#footer a {
	color: #fff;
}

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

#legal {
	float: left;
}

#links {
	float: right;
}
