@charset "UTF-8";
/* CSS Document */
*
{
	padding:0px;
	margin:0px;
}
body
{
	background:url(backgroundgradient.gif) repeat-x;
	background-color:#626262;
}
#container
{	
	margin: 30px auto 10px auto;
	width:700px;
	height:430px;
	background-color:#d4d4d4;
	padding:20px;
}
div#mainleft
{
	float:left;
	width:154px;
}

/*
Image related styles
*/
img#logo
{
	margin-top:2px;
	width:150px;
	height:60px;
	-ms-interpolation-mode:bicubic;
}
img#frontphoto
{
	margin-top:8px;
	margin-left:5px;
}
#main_image
{
	float:right;
	text-align:center;
	width:540px;
}
#main_image img
{
	max-height:430px;
	max-width:540px;
	_width: expression(this.width > 540 ? 540: true);
	_height: expression(this.height > 430 ? 430: true);
	-ms-interpolation-mode:bicubic;
}

/*
Content related styles
*/
h1
{
	font-size:18px;
	border-bottom:2px solid #676767;
	margin-bottom:15px;
}
h2
{
	font-size:12px;
	padding:25px 0px 5px 0px;
}
h3
{
	font-size:12px;
	font-weight:normal;
	padding:2px 5px 0px 0px;
}
#content 
{
	width:70%;
	text-align:left;
	margin:12px 0px 0px 25px;
}
#content p
{
	line-height:17px;
	margin-bottom:10px;
}
#content a
{
	text-decoration:underline;
	padding-right:0px;
}
#content a:hover
{
	text-decoration:none;
}
/* MENU - The following attritbutes relate to the main menu only
*/
ul.menu
{
	list-style:none;
	line-height:16px;
	margin-top:35px;
	height:320px;	
}
ul.menu a, ul#gallerynav a, body, a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#191919;
	padding-right:3px;
}
ul.menu li a:hover, ul#gallerynav li:hover, ul.menu a.active
{
	font-weight:bold;
	padding-right:0px;
}
/* submenu - The following relate to the Info-submenu only
*/
.menu #Info ul, .menu #Music ul
{
	display:none;
}
ul.menu #Info:hover ul, ul.menu #Music:hover ul, ul.menu li.activesub ul
{
	display:inline;
	position:relative;
	top:9px;
	left:3px;
	padding-left:10px;
}
ul.menu #Info:hover ul li, ul.menu #Music:hover ul li, ul.menu li.activesub ul li
{
	display:inline;
	position:absolute;
	left:0px;
	top:-1px;
	padding:3px 0px 0px 16px;
	background-image:url(submenu.gif);
	background-repeat:no-repeat;
}
ul.menu li.activesub
{
	margin-bottom:15px;
}
ul.menu #Info:hover ul
{
	left:10px;
}
ul.menu ul li a
{
	font-size:11px;
}
/* Padding is taken away so that the submenu position stays the same on hover
*/
ul.menu li#Info a:hover
{
	padding-right:1px;
}
/* Menu Finish
*/





