* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 100px;
	background: #27498F url(images/img1.png) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3 {
	color: #333;
}
p, blockquote, ul, ol {
     margin:0px 5px 1.4em 5px;
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-weight:bold;
color:#FF0000;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}
.post .meta p {
	margin: 0;
	line-height: normal;
}
.post .story {
	padding: 10px;
}

/* Header */

#header {
	height: 61px;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background:#FFFFFF;
	color:#FF3300;
	text-decoration: none;
}

#menu .active a {
	background:#FFFAF0;
	color:#663300;
}

/* Wrapper */

#wrapper {background-color:#FFFFFF;
}

/* Content */
#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

/* Content > Main > Welcome */

#welcome {

	padding-top: 5px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content > Sidebar > Support */

#support {
	padding: 20px 15px;
	color: #FF8A00;
}

#support h2 {
	margin: 0;
	font-size: 14px;
	color: #FF8A00;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #FF8A00;
}
/* Content > Sidebar > Updates*/

#updates {
}
#updates h3 {
	margin: 0;
	font: bold medium Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1px;
	font-size: 100%;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #2C539E;
	
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: medium;
	color: #ffff00;
	text-align:center;
}

#footer a {
	text-decoration: none;
	color: #fff;
	font-size:14px;
}

#footer a:hover {
	color:#ffff00;
	text-decoration:underline;
}

.illuminz em {
color:#FFFF3C;
border-bottom: thin dashed #CCCCCC;
}

.illuminz strong{
border-bottom: thin dashed #CCCCCC;
}
/* Footer > Legal */