﻿*

body, html {

	color : #333333;
	font-size : 10pt;
	font-family : Verdana;
	
	background-color : #000033;
	background-image : url('../gfx/bg.png');
	background-repeat : repeat-x;

}

h1 { font-size : 14pt; margin : 0px; }

h2 { font-size : 10pt; margin : 0px; color : #777777; }

h3 { font-size : 8pt; margin : 0px; color : #AAAAAA; }

div#main {

	width : 1000px;
	
	background-color : #000000;
	
	text-align : left;
	
	margin : 0px auto;
	padding : 0px;

}

div#top {

	padding-bottom : 0px;
	margin : 0px;

}

div#horizontalmenu {

	padding : 20px;
	padding-top : 0px;
	padding-bottom : 0px;
	
	background-color : #000000;	
	background-image : url('../gfx/menubg.png');
	background-repeat : repeat-x;
	background-position : bottom;
	
	height : 35px;
	
	vertical-align : bottom;
	
	margin : 0px;
	
}

ul#menu {

	margin : 0px;
	padding : 0px;

}

li.menuelem {

	display : inline;
	margin : 0px;

}

div#content {
	
	background-color : #FEFEFE;
		
}

div#images {

	height : 180px;
	padding : 30px;
	margin : 0px;
	
	background-image : url('../gfx/imagesbg.png');
	background-repeat : repeat-x;
	background-position : bottom;
	
	font-weight : bold;
	color : #888888;
	
}

div#footer {

	padding : 30px;
	padding-top : 35px;
	padding-bottom : 35px;
	margin : 0px;
	
	background-image : url('../gfx/footerbg.png');
	background-repeat : no-repeat;
	background-position : bottom;
	
	clear : both;
	
}

div.image {

	height : 180px;
	width : 220px;
	
	background-image : url('../gfx/imgbg.png');
	background-repeat : no-repeat;
	background-position : center;
	
	float : left;
	
	margin-right : 30px;
	
	text-align : center;
	
	line-height : 150%;
	
}

div.imagegal {

	height : 180px;
	width : 220px;
	
	background-image : url('../gfx/imgbg.png');
	background-repeat : no-repeat;
	background-position : center;
	
	float : left;
	
	margin-right : 10px;
	margin-bottom : 40px;
	margin-top : 20px;
	
	text-align : center;
	
	line-height : 150%;
	
}

img.img {

	margin : 10px;
	border : 0px;
	
}

div#text {

	padding : 30px;
	padding-top : 20px;
	margin : 0px;
	
	clear : both;
	
}

p.right {

	text-align : right;
	margin : 0px;
	margin-right : 30px;
	margin-bottom : 30px;
	
}

div#info {

	clear : both;
	
}