/* CSS Document */

html, body { margin: 2; padding: 2; }

#shell {
	width: 700px;
	border: 2px solid #6C2921;
	background-color: #FFFFFF;
}

#header {
	height: 87px;
		
}

#main {
	width: 600px;
	overflow: visible;

}

#manifesto {
	width: 500px;
	list-style-position: inside;
	list-style-type: circle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding: 2;
	
}

#main2 {
	width: 600px;
}
	
#storeheader {
	width: 600px;
	
}

#storecontent {
	width: 600px;
}

#photo {
	width: 250px;
	height: 250px;
	border: 2px outset #5B241D;
	position: relative;
	left: 0px;
	
}

#info {
	width: 346px;
	height: 254px;
}

	
#footer {
	width: 700px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #6C2921;
	border-right-color: #6C2921;
	border-bottom-color: #6C2921;
	border-left-color: #6C2921;
	height: 50px;
	
}

#blog {
	width: 600px;
	height: 200px;
	overflow: auto;
}

#blogheader {
	width: 600px;
}

#news {
	width: 600px;
	height: 200px;
	overflow: auto;
	
}

#community {
	width: 600px;
	height: 500px;
	overflow: auto;
}

#newsheader {
	width: 600px;
}

#divider {
	width: 600px;
	
	border-bottom-width: 2px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #72332C;
	
}

#item {
	width: 610px;
	height: 250px;
}

#photo {
	width: 250px;
	height: 250px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#info {
	width: 346px;
	height: 250px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: auto;
}

#contact {
	width: 225px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	padding: 5px;
	border-left-color: #72332C;
}
	#myspace {
	width: 225px;
	float: right;
}


#list{
	width: 225px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-color: #6C2921;

}
