@charset "utf-8";
* {
margin:0;
padding:0;
}
#container {
	height: 758px;
	width: 100%;
	position: absolute;
	background-image: url(images/backgrounds/containerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	background-color: #8B2B28;
}
#box {
	background-color: #00CC66;
	height: 300px;
	width: 300px;
}
#container #content {
	height: 758px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/backgrounds/container_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container #content #header {
	float: left;
	height: 117px;
	width: 100%;
	position: relative;
}
#header #headerMenu {
	height: 35px;
	position: absolute;
	left: 270px;
	top: 82px;
	font-size: 15px;
	width: 500px;
}
#headerMenu ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	width: 500px;
}
#headerMenu ul li {
	float: left;
}

#headerMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 30px;
	text-align: center;
	display: block;
	margin-right: 10px;
	font-size: 15px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#headerMenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8B2B28;
}

#page_welcome #headerMenu .welcome a{
	background-color: #8B2B28;
}
#page_paintings #headerMenu .paintings a {
	background-color: #8B2B28;
}
#page_projects #headerMenu .projects a {
	background-color: #8B2B28;
}
#page_info #headerMenu .info a {
	background-color: #8B2B28;
}


#header #logoDeanArts {
	background-image: url(images/logo_deanArts2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 218px;
	position: absolute;
	top: 36px;
	left: 0px;
}

#container #content #mainContent {
	float: left;
	height: 502px;
	width: 100%;
	position: relative;
	background-image: url(images/backgrounds/mainContentrBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#oldcontainer {
	height: 758px;
	top: 50%;
	width: 100%;
	margin: -379px 0 0 0;
	position: absolute;
	background-image: url(images/backgrounds/container_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container #content #mainContent #textbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	height: 296px;
	width: 450px;
	position: absolute;
	top: 113px;
	left: 260px;
}
#mainContent #textbox1 p {
	text-align: justify;
	margin-bottom: 15px;
	line-height: 24px;
}
#mainContent #textbox1 p.info {
	font-size: 11px;
	line-height: 17px;
	margin-top: 30px;
}
#container #content #mainContent #textbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 430px;
	width: 500px;
	position: absolute;
	top: 38px;
	left: 250px;
	overflow: auto;
}
#mainContent #textbox2 p {
	text-align: justify;
	margin-bottom: 15px;
	line-height: 24px;
	margin-right: 20px;
}
#container #content #mainContent #menuInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 300px;
	width: 68px;
	position: absolute;
	left: 174px;
	top: 38px;
	font-size: 14px;
}
#menuInfo ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	width: 68px;
}
#menuInfo ul li {
	float: left;
}





a.info {
	font-family: Arial, Helvetica, sans-serif;
	color: #E1CDAA;
	text-decoration: none;
	float: left;
	height: 30px;
	text-align: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
}
a.info:hover, a:focus, a:active {
	color: #000000;
}
#black a{
	color: #000000;
}
