@import url('customForms.css');
@import url('general.css');
@import url('menu.css');
@import url('component.css');
@import url('dialog.css');
@import url('tabPane.css');

body {
	font-family: Verdana;
	font-size: 12px;
	height: 100%;

}

.bodyBackground {
	background-image:url(../media/images/design/bodyBackground.jpg);
	background-position: top;
	background-color: #000000;
	background-repeat: no-repeat
	
}

td {
	font-size: 12px;
}

a img {
	border: 0px;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

hr {
	border: none;
	background-color: #454f5a;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	height: 1px;
}

.col-title {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}



.wrapper {
	display: block;
	top: 0px;
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -462px;
	color: white;
}

.header {
	display: block;
	float: left;
	clear: both;
	top: 0px;
	left: 0px;
	width: 900px;
	background-image: url(../media/images/design/header.jpg);
	height: 347px;
	z-index: 1;
}

	.menu-blog {
		position: absolute;
		width: 150px;
		height: 57px;
		left: 145px;
		top: 96px;
		text-align: center;
		line-height: 57px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.menu-media {
		position: absolute;
		width: 150px;
		height: 57px;
		left: 295px;
		top: 96px;
		text-align: center;
		line-height: 57px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.menu-guestbook {
		position: absolute;
		width: 150px;
		height: 57px;
		left: 450px;
		top: 96px;
		text-align: center;
		line-height: 57px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.menu-contact {
		position: absolute;
		width: 150px;
		height: 57px;
		left: 600px;
		top: 96px;
		text-align: center;
		line-height: 57px;
		font-size: 18px;
		font-weight: bold;
	}

.content {
	float: left;
	clear: both;
	margin-top: -125px;
	top: 300px;
	width: 870px;
	z-index: 2;
	background-image: url(../media/images/design/header.jpg);
	background-position: center -220px;
	background-repeat: no-repeat;
	background-color: #161e22;
	padding: 15px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
}

.footer {
	float: left;
	clear: both;
	width: 900px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}

.left-column {
	float: left;
	width: 600px;
}

.right-column {
	float: left;
	margin-left: 15px;
	width: 250px;
	font-size: 10px;
}

.right-module {
	float: left;
	clear: both;
	width: 230px;
	background-image: url(../media/images/design/module_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #1d2228;
	margin-bottom: 15px;
	padding: 10px;
	-moz-border-radius: 0px 30px;
}

.right-module td {
	font-size: 10px;
}

.gallery-image {
	float: left;
	clear: none;
	display: block;
	margin: 10px;
	height: 120px;
}

.gallery-container {
	float: left;
	clear: both;
	display: block; 
	width: 620px;
} 