*
{
	margin:				0px;
	padding:			0px;
}

body
{
	font-family:		Verdana, sans-serif;
	font-size:			12px;
}

a img
{
	border:				1px solid #000000;
}

.Container
{
	position:			absolute; 
	top:				50%;
	left:				50%; 
	
	width:				1008px;
	height:				608px;
	
	margin-left:		-504px;
	margin-top:			-270px;
	
	background-color:	#FFFFFF;
	background-image:	url(../img/container_background.jpg);
	background-repeat:	no-repeat;
}

.Content
{
	width:				618px;
	height:				250px;
	
	margin-left:		256px;
	margin-top:			106px;
	
	float:				left;
}

.Content .Title
{
	height:				20px;

	padding-left:		2px;
	padding-right:		4px;

	text-transform:		uppercase;
	font-weight:		bold;
	color:				#FFFFFF;
	font-size:			17px;
	
	background-color:	#000000;
	
	border-right:		4px #FFFFFF solid;
}

.Content .Body
{
	width:				608px;
	height:				220px;
	
	padding:			5px;
	
	overflow:			auto;
}

.Content .Body h2 
{
	font-size:			14px;
}

.Content .Body .Date 
{
	font-size:			9px;
}

.Content .Body p
{
	margin-bottom:		10px;
}

.Content .Body table
{
	width:				85%;
	
	margin:				5px;
}

.Content .Body label, .Content .Body dt
{
	display:			block;
	
	font-weight:		bold;
}

.Content .Body .error_message
{
	color:				#FF0000;
	font-size:			9px;
}

.Menu 
{
	width:				131px;
	
	margin-top:			106px;
	
	margin-left:		3px;
	
	float:				left;
}

.Menu ul
{
	padding-top:		15px;

	list-style:			none;
}

.Menu li
{
	padding-right:		5px;

	text-align:			right;
}

.Menu li a 
{
	font-weight:		bold;
	color:				#FFFFFF;
	font-size:			16px;
	text-decoration:	none;
}

.Menu li a:hover
{
	color:				#00FF00;
}

.Menu .Misc
{
	margin-bottom:		40px;

	background-image:	url(../img/menu_misc_background.jpg);
	background-repeat:	no-repeat;
}

.Menu .Artwork
{
	background-image:	url(../img/menu_artwork_background.jpg);
	background-repeat:	no-repeat;
}

