/* 
GraphicsWerx.com
Version 1.0
February 2009
*/

/* Global Resets */

*, html, body, div, h1, h2, h3, h5, h5, h6, dl, dt, dd, ul, ol, li, pre, form, label, fieldset, input, p, blockquote, th, td {
margin:0; padding:0;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
}

table {
border-collapse:collapse;
border-spacing:0;
}

ol, ul, li {
list-style:none;
}

caption, th {
text-align:left;
}

fieldset, img {
border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-weight:normal;
font-style:normal;
}

abbr,acronym {
border:0;
}
 
/* Base */

h1 {  
font-size:175%;     
}

h2 {
font-size:138%;
} 

h3 {
font-size:120%;  
}
 
strong { 
font-weight:bold;
} 

em {
font-style: italic;
}

* a {
position:relative;
}

a {
outline:none;
}

a img {
border:none;
}

/* Main */

body {
background:#000 url(images/background.jpg) top center no-repeat fixed;
text-align:center;
font: 14px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
color:#fff;
}

p {
margin:3px 0 17px 0;
line-height: 18px;
}

a {
color:#00CCFF; 
text-decoration:none;
border-bottom:#fff 1px dotted; 
}

a:visited {
color:#00CCFF; 
text-decoration:none;
border-bottom:#fff 1px dotted; 
}

a:hover {
color:#060d2f;
background-color:#fff;
border:none;
}

a.image {
border:0px;
}

a:visited.image {
border:0px;
}

a:hover.image {
border:0px;
background:inherit;
}

input {
color:#000;
}

img {
border:none;
padding:5px;
}

h1, h2, h3 {
font-family:Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
font-style:italic;
margin-bottom:18px;
line-height:100%;
font-weight:bold;
color:#00CCFF;
}

.left {
float:left;
}

.right {
float:right;
}

.hide {
display:none;
}

.clear {
clear:both;
}

.box {
border:2px solid #FFFFFF;
background-color:#060d2f;
line-height:1.3em;
text-align:center;
padding:5px 5px 5px 8px;
}

.box2 {
border:2px solid #FFFFFF;
background:inherit;
line-height:1em;
text-align:center;
padding:5px 5px 5px 8px;
}

.white {
font-size:138%;
font-family:Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
font-style:italic;
margin-bottom:18px;
line-height:100%;
font-weight:bold;
color:#FFF:
}

.bold {
font-weight:bold;
}

/* Layout */

#wrapper {
width:860px;
padding:0;
margin:0 auto;
}

/* Header */

#header {
background:url(images/header.png) top center no-repeat;
height:200px;
margin:10px 0 60px 0;
padding:0;
}

/* Sidebar */

#sidebar {
width:200px;
clear:left;
float:left;
margin:0;
padding:0;
text-align:left;
font-size:1em;
}

#sidebar .boxed {
background:url(images/divbg.png);
width:170px;
border:#060d2f 1px solid;
margin:0 0 30px 0;
padding:0 10px 10px 10px;
}

#sidebar .boxed .menu {
margin:0;
padding:0;
list-style:none;
}

#sidebar .boxed .menu a {
color:#fff; 
text-decoration:none;
border-bottom:0;
}

#sidebar .boxed .menu a:visited {
color:#fff; 
text-decoration:none;
}

#sidebar .boxed .menu a:hover {
color:#060d2f;
background-color:#fff;
}

#sidebar .boxed .menu li {
margin-bottom:5px;
}

#sidebar .boxed h1, h2, h3 { 
padding:8px 0 0 0;
margin-bottom:5px;
line-height:100%;
font-family:Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
font-style:italic;
font-weight:bold;
}

/* Content */

#content {
background:url(images/divbg.png);
border:#060d2f 1px solid;
margin:0 0 80px 210px;
padding:0 10px 10px 10px;
text-align:left;
}

#content .small {
font-size:0.8em;
}

/* Footer */

#footer {
background:url(images/footer.png) top center no-repeat;
height:150px;
clear:both;
margin:0 auto;
padding:30px 0 0 0;
text-align:center;
width:860px;
font-size:0.9em;
font-style:italic;
}

#footer p {
margin:3px 0 12px 0;
line-height: 12px;
}

#footer .small {
font-size:0.7em;
}

#footer a {
color:#fff; 
text-decoration:none;
border-bottom:0;
position:inherit;
}

#footer a:visited {
color:#fff; 
text-decoration:none;
position:inherit;
}

#footer a:hover {
color:#060d2f;
background-color:#fff;
position:inherit;
}
