@charset "utf-8";
/* CSS Document */

*{padding:0px; margin:0px};
 
 /* ID's start here */
#container{
	width:100%;
	margin:auto;
	background-color: #000000;
}
 
#BodyWrap{
	width:760px;
}
 
#HeadWrap{
	width:100%;
	height:250px;
	margin:auto;
	background-color:#000000;
}
#Header{
	width:760px;
	height:250px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
	
#SideBar{
	width:170px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7C3716;
	background-color: #E8D0A2;
	}
#Content{
	width:550px;
	padding:20px;
	text-align:left;
	float:right;
	background-color: #000000;
}
#FooterWrap{
	width:100%;
	height:50px;
	margin:auto;
	clear:both;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
}
#Footer{
    border: 0px #fff solid;
	width:720px;
	height:1%;
	padding:20px;
	float:left;
}

#photo1{
	margin-right:10px;
}

#photo2{
	margin-right:10px;
}

#photo3{
	margin-right:10px;
}

#dvd_pullout{
	float:left;
	margin-right:10px;
}

#blueprint{
	float:right;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

#C{
	float:right;
	margin-right:10px;
	margin-left:10px;
	clear:right;
}

#tv_center{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#entertainment_center{
	float:left;
	margin-left:5px;
}

 /* Pseudo Classes Start Here! */
a:link {
	color: #8B552E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8B552E;
}
a:hover {
	text-decoration: underline;
	color: #964023;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #000000;
}

/* In-line Tags Start Here! */

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin: 10px;
}

img {
    border: 1px #744 solid;
    background-color: #4e351d;
    padding:5px;
}
 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}


/* Classes Start Here! */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.style1 {color: #FFFFFF}
