@charset "utf-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html 	{ text-align : center;  }

body { 
position : relative; 
width : 1024px; 
margin : 5px auto; 
text-align : left;
background-color:#000000; }

div#branding {
float:left;
width:560px;
height:768px;
background : transparent url(images/branding.jpg) no-repeat 0 0;  
}

div#branding h1 {
text-indent:-9999px;
}

div#content {
float:right;
width:464px;
height:85px;
background : transparent url(images/content2.jpg) no-repeat 0 0; 
}

div#content p a {
height:292px;
width:440px;
display:block;
text-indent:-9999px;
}

div#content p {
position:relative;
width:343px;
top:66px;
left:15px;
}

div#site_info {
clear:both;
text-align:center;
font:60% Arial, Helvetica, sans-serif;;
color:#Fa0000;

}

div#content li {
position : relative; 
display : inline;
width:440px;
top:53px;
left:35px;
 }
 
div#content li a {
font:108% "Times New Roman", Times, serif;
color:#fa0000;
text-decoration:none;
padding-left:2px;
padding-right:2px;
}

div#content li a:hover {
color:#FFFFFF;
text-decoration:none;
}

div#gallery {
float:right;
font:75%/2em Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-align:center;
padding-left:5px;
}

div#gallery ul {
padding-bottom:5em;
}

div#gallery li {
float:left;
width:77px;
height:77px;
margin:.5em;
}
