/*
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: #86bcde url(/media/images/img1.jpg) no-repeat center top;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #110352;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 18px;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
}

a {
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
	color: #fff;
}

a:hover {
	border-bottom: none;
}

/* Menu */

#menu {
	width: 750px;
	height: 0px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	padding-left: 20px;
	border: none;
	font: bold 77% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	color: #0033CC;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 750px;
	height: 160px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(/media/images/img3.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 490px;
	padding: 5px 0 0 30px;
	margin-top: -150px;
}

#content ul {
	list-style: circle;
}

#content ul {
	margin-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 218px;
	padding: 0 5px 10px 1px;
	background: url(/media/images/img2.jpg) no-repeat;
}

#sidebar .title {
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(/media/images/img5.gif) repeat-x;
}

#sidebar .content {
	padding: 10px 20px;
}

#sidebar blockquote {
	margin: 0;
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
	padding: 2px 0;
}

#links a {
	border: none;
	color: #FFFFFF;
}

#links a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(/media/images/img4.gif) no-repeat;
}

#footer .links {
}

#footer .legal {
}