	@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}


a
{	
	font-weight:bold;
	color: #1E1E1E;
	text-decoration:none;
}

a:hover
{	
	font-weight:bold;
	color: #CC0000;
	text-decoration:none;
}


.no_url
{
	border: none;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;	
	padding-bottom: 10px;
	margin: 0px;
	text-align:left;
	line-height: 25px;
	
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;	
	padding-bottom: 13px;
	margin: 0px;
	text-align:left;
	line-height: 10px;
	
}

p
{
	margin: 0px;
	padding-bottom: 8px;
	text-align:justify;	
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	font-size: 14px;	
}

p.right_bottom
{
	margin: 0px;
	padding-bottom: 6px;
	text-align:justify;	
	line-height: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	font-size: 14px;	
}

p.right
{
	margin: 0px;
	padding-bottom: 8px;
	text-align:justify;	
	line-height: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	font-size: 11px;	
}

p.right_tight
{
	margin: 0px;
	padding-bottom: 8px;
	text-align:left;	
	line-height: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	font-size: 11px;	
}

p.left
{
	margin: 0px;
	padding-bottom: 8px;
	text-align:left;	
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	font-size: 14px;	
}

p.tight
{
	margin: 0px;
	padding-bottom: 8px;
	text-align:left;	
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	font-size: 14px;	
}

ul
{
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 8px;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

div.main_container
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
	top: 0px;
	width: 790px;
	height:1020px;
	border: 1px solid #CCCCCC;
}

div#relative_holder
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 790px;
}

div#main_image
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 400px;
}

div#logo
{
	position: absolute;
	top: 35px;
	left: 14px;
	width: 70px;
	height: 117px;
}

div#navigation
{
	position:absolute;
	top: 5px;
	left: 0px;
	width: 810px;
	height: 25px;
	padding: 0px;
	margin-left:10px;
	font-weight: bold;
	color: #1E1E1E;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
	div#navigation a
	{
		color: #1E1E1E;
		text-decoration:none;
		
	}
	
	div#navigation a:hover
	{
		color:#CC0000;
		text-decoration:none;
	}

div#left_col
{
	position:absolute;
	top: 220px;
	left: 90px;
	width: 370px;

}

div#right_col
{
	position:absolute;
	top: 430px;
	left: 500px;
	width: 270px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	font-style: oblique;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

div#right_col_small
{
	position:absolute;
	top: 435px;
	left: 500px;
	width: 270px;
	padding-bottom: 10px;
}

div#right_col_bottom
{
	position:absolute;
	top: 580px;
	left: 500px;
	width: 270px;
	padding-bottom: 10px;
}

ul.gallery
{
	width: 360px;
	margin: 0px;
	padding: 0px;
}

ul.gallery li
{
	width: 100px;
	height: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
	position: relative;
	float: left;]
	margin: 0px;
}

