﻿/* CSS layout */
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: black;
}

#Startpage_center {
	width: 810px;
	min-height:800px;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: white;
}


#page_content {
	height:auto;
	color: #FFFFFF;
	background-color: transparent
}

#Upper_Header {
	color: #000000;
	background-color: transparent
}

#header-content {
	height: 180px;
	color: #FFFFFF;
	background-color: transparent
}

#navbar-top{
	color: #000000;
	background-color: transparent;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;

}

#mainbody {
	height:auto;
	color: #FFFFFF;
	background-color: transparent
}


#mainbody_text {
	float: left;
	width: 200px;
	color: #FFFFFF;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: small;
	padding-left: 10px;
	margin-top: 10px;
	padding-right:10px
}

#mainbody_links {
	padding: 10px;
	float: right;
	width: 550px;
	color: #FFFFFF;
	background-color: transparent;
	border-left-color: #FFFFFF;
	border-left-style: dotted;
	border-left-width: thin;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	min-height: 250px;
}

#navbar_bottom {
	border-top: thin #FFFFFF dotted;
	border-bottom: thin #FFFFFF dotted;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: White;
	clear: both;
}
#left_1 {
	border-bottom: 30px;
	border: 10px;
	width: 175px;
	min-height:250px;
	float: left;
	margin: 1px;
}

#left_2 {
	border-bottom: 30px;
	border: 10px;
	padding: 1px;
	width: 175px;
	float: left;
	margin: 1px;
	min-height:250px;
}

#center_1 {
	border-bottom: 30px;
	border: 10px;
	padding: 1px;
	width: 175px;
	float: left;
	margin: 1px;
	min-height:250px;
}

#center_2 {
	border-bottom: 30px;
	border: 10px;
	padding: 1px;
	width: 175px;
	float: left;
	margin: 1px;
	min-height:250px;
}

#right_1 {
	border-bottom: 30px;
	border: 10px;
	padding: 1px;
	width: 175px;
	float: left;
	margin: 1px;
	min-height:250px;
}

#right_2 {
	border-bottom: 30px;
	border: 10px;
	padding: 1px;
	width: 175px;
	float: left;
	margin: 1px;
	min-height:250px;
}

#artist_dev {
	border-top: 20px;
	clear:both
}

#space_1 {
	border-top: 20px;
	color:black
}


#links_250 {
	float: left;
	width: 270px;
	margin: 5px 5px 5px 0px;
}
#left1_250 {
	float: left;
	margin: 5px;
	width: 270px;
	font-family: Arial, Helvetica, Sans-Serif;
	border: 10px solid #FFFFFF;
}






