@charset "UTF-8";
/* CSS by Jonathan Chicquette - XSIVE 1 STUDIOS - copyright 2009 */
html {
}
* {
margin:0px;
padding:0px;
}
h1, h2, h3, h4, h5, h6, ul, li, code, pre, addr, td, tr, table, form {
padding:0;
margin:0;
}
a:active {
outline: none;
}
a:focus {
-moz-outline-style: none;
}
body {
background-color:#FFFFFF;
font-size:62.5%;
margin:0;
padding:0;
text-align:center;
}
#psudobod {
background:transparent url(../images/psudo-bg.gif) no-repeat scroll center top;
float:left;
margin:0;
padding:0;
text-align:center;
width:100%;
height:693px;
}
#wrapper {
margin:0px auto;
text-align:left;
width:950px;
}
#header {
float:left;
width:950px;
}
#navigation {
float:left;
width:950px;
}
#container {
float:left;
margin:231px 0 0;
text-align:center;
width:950px;
}
#content {
float:left;
width:567px;
}
#sidebar {
float:right;
width:334px;
}
#footer {
float:left;
width:950px;
}
em {
}
strong {
}
p {
color:#000000;
font-family:Times New Roman,georgia serif;
font-size:1.445em;
line-height:1.4em;
margin:0 0 0.73em;
}
h1 {
}
h2 {
color:#0F3271;
float:left;
font-family:Georgia, Times New Roman, Times, serif;
font-size:2em;
margin:0.53em 0 0;
width:100%;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a img { 
border-style: none;
}
.clear {
font-size:1px;
line-height:1px;
display: block;
margin: 0;
height: 0;
clear: both;
padding: 0;
}
.L {
float:left;
}
.R {
float:right;
}