body{
	background-color:#333367;
}
#container{
	width:800px;
	margin: 0 auto;
	padding:0;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

img{
	border:none;
}

/*   Home Page Elements */
#left{
	width:420px;
	height:600px;
	float:left;
	padding:0;
	margin:0;
}
#right{
	width:380px;
	padding:0px;
	margin:0px;
	float:right;
}
#link1{
	width:170px;
	height:250px;
	float:left;
}
#link2{
	width:210px;
	height:250px;
	float:left;
}
#right_content{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
}

/*Internal Elements */

#left_internal{
	width:355px;
	height:600px;
	float:left;
	padding:0;
	margin:0;
}

#right_internal{
	width:445px;
	padding:0px;
	margin:0px;
	float:right;
}

#left_menu{
	float:right;	
}

#left_menu li{
	display:block;
	list-style:none;
	background-color:#000000;
	width:150px;
	height:25px;
	margin-bottom:5px;
	text-align:center;
}

#left_menu li a{
	color:#CCCCCC;
	display:block;
	width:150px;
	height:22px;
	padding-top:3px;
}
#left_menu li a:hover{
	color:#FFFFFF;
	background-color:#5f5fab;
	border:1px solid #757582;
	width:150px;
	height:22px;
	padding-top:3px;
}


/*Art Gallery Elements */

#left_art{
	width:355px;
	height:250px;
	background-image:url(images/art_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	padding:0;
	margin:0;

}


#left_layout{
	width:355px;
	height:250px;
	background-image:url(images/layout_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	padding:0;
	margin:0;

}

input{
	margin-bottom:5px;
}

select{
	margin-bottom:5px;
}