/* Prizm Brass Quintet - Layout Styles */

/* Normalizes margin, padding */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote
{ 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 border from fieldset and img */
fieldset,img { border : 0; }




html {
background: #1d1d1d;
}

body {
position: relative;
text-align : center;
margin-top: 50px; 
}

#container {
position: relative;
background: #ffffff;
width: 750px;
height: 610px;
margin: 0 auto;
text-align: center;
}


/* branding */
div#branding img {
float: left;
height: 78px;
width: 730px;
margin-top: 10px;
margin-left: 10px;
}


/* navigation */
ul#navigation {
float: left;
display: block;
width: 730px;
padding-left: 10px;
}

#navigation li {
display: inline;
float: left;
height: 35px;
line-height: 35px;
}


#nav1 {
background-color: #970f00;
width: 146px;
}

#nav2 {
background-color: #d5871f;
width: 146px;
}

#nav3{
background-color: #688547;
width: 146px;
}

#nav4 {
background-color: #627de1;
width: 146px;
}

#nav5 {
background-color: #4a3293;
width: 146px;
}



/* content */
div#content {
width: 750px;
padding-left: 10px;
}

div#content_left {
float: left; 
width : 292px;
height: 475px;
background-color: #1d1d1d;
}

div#content_right {
position: relative;
float: left; 
background-color: #858174; 
width: 438px;
height: 475px;
text-align: left;
}

div#content_left p.contact_text {
margin-top: 50px;
margin-bottom: 50px;
}

div#content_right img {
position: absolute;
top: 115px;
left: 30px;
}



/* footer */
div#site_info {
clear: both;
margin: 0;
}

div#site_info ul {
padding-top: 10px;
}

div#site_info li {
display: inline;
}


