/* The Sweetest Drip Website - CSS Document */
/* Design by Madison Square Media */

body {
	background:url(images/body-bg.gif) repeat-x #AC761D;
	font-family:Arial, Verdana, sans-serif;
	text-align:center;
}
h1{
color:#000;
font-size:20px;
}
#container{
width:990px;
height:100%;
margin:0 auto;
}
#header{
margin:0 0 20px 0;
text-align:center;
}
#content{
background:#871000;
width:950px;
height:auto;
padding:20px;
}

#videoFrame{
background:url(images/videoFrame.gif) no-repeat #B34700;
width:425px;
height:344px;
margin:0 auto 20px 0;
padding:30px;
float:left;
}

#leftCol{
float:left;
width:500px;
margin:0;
}

#leftCol p{
clear:both;
margin:0;
padding:0;
text-align:center;
}

#leftCol a,a:visited{
color:#E6B25C;
text-decoration:none;
}

#leftCol a:hover{
color:#E6B25C;
text-decoration:underline;
}

#rightCol{
float:right;
background:url(images/rightCol-bg.gif) no-repeat #E6B25C;
width:430px;
height:400px;
border:1px solid #333;
}

#rightCol p{
font-size:12px;
}

#rightCol a,a:visited{
color:#000;
text-decoration:none;
}

#rightCol a:hover{
text-decoration:underline;
}
#footer p{
font-size:11px;
color:#871000;
}
