

* {
	margin: 0;
	padding: 0;
}

body {
	background: #252f29 url(../img/img1.jpg) no-repeat center top;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

h1, h2, h3 {
	color: #408ed6;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	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: #0033CC;
}

a:hover {
	border-bottom: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 20px;
	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: 446px;
	height: 140px;
	float: right;
}

#logo h1 {
	margin: 0;
	padding: 5px 0 0 10px;
	letter-spacing: 5px;
	font-size: 20px;
}

#logo h1 a {
	color: #ffffff;
}

#logo h2 {
	margin: 0px 0 0 0;
	padding: 0 0 0 100px;
	letter-spacing: 3px;
	font-size: 18px;
}

#logo h2 a {
	color: #00AEEF;
}

#logo a {
	border-bottom: none;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(../img/img3.jpg) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 446px;
	padding: 5px 0 0 30px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #ffffff;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 218px;
	padding: 20px 5px 10px 1px;
	background: url(../img/img2.jpg) no-repeat;
}

#sidebar .title {
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(../img/img5.jpg) repeat-x;
}

#sidebar .content {
	padding: 10px 20px;
}

#sidebar blockquote {
	margin: 0;
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
	padding: 5px 0;
}

#links a {
	border: none;
	color: #ffffff;
}

#links a:hover {
	border-bottom: 1px dotted #ffffff;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../img/img4.jpg) no-repeat;
}

#footer .links {
}

#footer .legal {
}
