/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{

background:#CD4F39;

}

#content{
width:100%;
height:300px;
background:#8B3626;
position:relative;
top:220px;
border-top:solid #FF6347 1px;
border-bottom:solid #FF6347 1px;

}

#social{
width:200px;
height:100px;
position:relative;
top:220px;
text-align:center;
left:600px;
font-style:"Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
font-size:10px;


}

#radio{
width:298px;
height:58px;
position:relative;
border-left:solid #8B6969 1px;
bottom:90px;
padding-left:5px;
left:400px;
background-image: url(images/radio.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;


}

#radio a {

display:block;
width:298px;
height:58px;
}

#radio:hover {
    background-position: bottom;
}


#site{
width:298px;
height:58px;
position:relative;
border-left:solid #8B6969 1px;
bottom:90px;
padding-left:5px;
left:400px;
background-image: url(images/site.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;


}

#site a {

display:block;
width:298px;
height:58px;
}

#site:hover {
    background-position: bottom;
}



#logo{

position:relative;
width:337px;
height:160px;
border-right:solid 1px white;
padding-right:5px;
top:70px;
padding-left:57px;

}

#middle_wrapper{

position:relative;
width:800px;
height:300px;
margin:0px auto;
}
