/* Start of CMSMS style sheet 'master' */
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url("images/layout/body_bg.gif") top left repeat-x;
	background-color: black;
	text-align: center;
}

a {
	font-weight: bold;
	color: #af89a2;
	text-decoration: none;
}

a:hover {
	color: #af89a2;
	text-decoration: underline;
}

#content img {
	margin: 10px;
	border: none;
}

#portfolio img {
	margin: 1px;
	border: 1px solid black;
}

#centerpoint_top, #centerpoint_bottom {
	margin: auto;
	position: relative;
	width: 0px;
	height:0px;
	overflow: visible;
	/*height: 50px;
	width: 739px;*/
}

#header {
	margin: auto;
	width: 740px;
	height: 150px;
	background: url("images/layout/header.jpg") top left no-repeat;
}

#header span {
	display: none;
}

#left_deco {
	position: absolute;
	/*left: -481px;*/
	right: 370px;
	height: 660px;
	width: 112px;
	background: url("images/layout/left_deco.jpg") top left no-repeat;
}

#right_deco {
	position: absolute;
	left: 370px;
	/*right: -370px;*/
	height: 150px;
	width: 74px;
	background: url("images/layout/right_deco.jpg") top left no-repeat;
}

#right_deco2 {
	position: absolute;
	left: 370px;
	bottom: 220px;
	height: 412px;
	width: 74px;
	background: url("images/layout/right_deco2.jpg") top left no-repeat;
}

#logos {
	position: absolute;
	left: 329px;
	bottom: 50px;
	height: 170px;
	width: 80px;
	background: url("images/layout/logos.jpg") top left no-repeat;
}

#page {
	margin: auto;
	font: 11px Georgia, "Times New Roman", Times, serif;
	width: 740px;
	/*padding-left: 34px;*/
	background: url("images/layout/page_bg.gif") top left repeat-y;
	text-align:left;
}

#column1 {
	float:left;
	height: 510px;
	width: 90px;
	background: url("images/layout/header_tail.jpg") top left no-repeat;
}

#column2 {
	float:left;
	width: 430px;
	background: url("images/layout/column2_bg.jpg") top left no-repeat;
	padding-top:30px;
	padding-bottom: 50px;
}

#column2 img.wrapleft {
	float: right;
	margin: 5px;
}

#column2 img.wrapright {
	float: left;
	margin: 5px;
}

#column3 {
	float:left;
	color: white;
	margin-left: 40px;
	width: 180px;
	padding-top:100px;
	padding-bottom: 50px;
}

#nav {
	font: 20px "Times New Roman", Times, serif;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 100px;
	background: url("images/layout/angelonpurple.jpg") bottom center no-repeat;
}

#nav li {
	text-align:center;
	color:#cd9de3;
	margin-bottom: 20px;
	padding: 0;
	background: none;
	border-bottom: 1px solid #cd9de3; 
}

#nav li:hover {
	color:white;
}

#nav a {
	color: #cd9de3;
	text-decoration: none;
	font-weight: normal;
}

#nav a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#nav a:visited {
	color:#cd9de3;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font: 28px Georgia, "Times New Roman", Times, serif;
	color:#4c3c4e;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#4c3c4e;
}

h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: black;
}

h4 {
	color: #993366;
}

#footer {
	margin: auto;
	padding: 0px;
	height: 50px;
	width: 740px;
	padding-top: 50px;
	background: url("images/layout/footer_bg.jpg") top left no-repeat;
	text-align: center;
}

.clear {
	clear:both;
}
/* End of 'master' */

