* {
margin: 0;
padding: 0;
}

header, footer, section, aside, nav, article {
display: block;
}

div.menu_over { cursor: pointer; }


body {
line-height: 1;
background: #000000 url(images/29bg.jpg) repeat;
font-family: 'ColaborateRegular', Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 16px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
background: #000000 url(images/31bg.jpg) repeat;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #0C66FF;
}

header {
width: 940px;
height: 200px;
margin: 0 auto;
/*background: #5C5CFF url(images/headerimg.jpg) no-repeat left top;*/
background-color:#CCCCCC;
background-image:url(images/31bg.png);
background-position:top;
background-repeat:no-repeat;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #CCCCCC url(images/31bg.jpg) repeat;
overflow: hidden;
}

#content {
width: 700px;
margin: 0 auto;
}



footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #5C5CFF;
}

a:link, a:visited {
color:#5C5CFF;
}

a:hover, a:active {
color: #5C5CFF;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
width: 940px;
font-size: 18px;
font-weight: bold;
}

nav .menu ul {
list-style: none;
margin: 0;
text-align: center;
}

nav .menu ul li {
display: inline;
position: relative;
}

nav .menu ul li a {
padding-right: 20px;
line-height: 48px;
text-decoration: none;
color: #FFFF00;
}

nav .menu ul li a:hover {
text-decoration: underline;
color: #FFFFCC;
}

.divider {
color: #FFFF00;
}

/** HEADER */

header h1 {
margin: 0;
line-height: normal;
text-align: center;
font-size: 80px;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
}

header h1 a:hover { 
text-decoration: underline; 
}

/** ARTICLES **/

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #000000;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

#sidebar {
border-right: medium dotted #000000;
}

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
background: #0C66FF;
color: #0C66FF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #5C5CFF;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #5C5CFF;
}

footer a:hover {
color: #5C5CFF;
}

footer p {
margin-top: -15px;
}
