
/************************ GENERAL ************************/

html, body {
	height: 100%;	
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000 no-repeat top center;
	line-height: 18px;
}

p {
	padding-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, a {
	color: #fff;
	margin-bottom: 5px; 
}

h4, h5, h6 {
	margin-bottom: 2px; 
}

h1 { font-size: 24px; margin-bottom: 15px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

a {
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	color: #eee;
}

a:hover {
	color: #fff;
}


/************************ STRUCTURE ************************/

#topborder {
	background: #000;
	height: 10px;
}

#container {
	margin: 0 auto;
	width: 955px;
	position: relative;
	padding-top: 20px;
	background: url(../images/bg_content.png) repeat-x top center;
	min-height:100%;
}

#content {
	padding-top: 20px;
	min-height: 400px;
}

.content {
	padding: 20px;
}


/************************ HEADER ************************/

#header {
	padding: 0 20px;
}

#header .menu {
	height: 75px;
	width: 550px;
	line-height: 75px;
}

.logo {

}

.social {
	height: 75px;
}

.social img {
	margin: 20px 5px;
}

/************************ MENUS ************************/

.menu {
	position: relative;
	z-index: 1;
}

.menu a {
	color: #ccc;
}

.menu a:hover {
	color: #eee;
}

.menu ul {
	text-align: center;
}

.menu li {
	display: inline;
	padding: 0 5px;§
}

/************************ FOOTER ************************/

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	padding: 5px 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #ccc;
}

/************************ Contact ************************/

#content.contact .contactinfo {
	width: 215px;
}

/************************ Gallery ************************/

#content.gallery .list {
}

#content.gallery .list .item {
	float: left;
	text-align: center;
	padding: 10px;
	margin: 9px;
	background:#000;
	border:1px solid #333;
}

/************************ Menu **************************/

#content.menu table, #content.menu tr, #content.menu td{
	vertical-align: top;	
}

#content.menu td h2 {
	margin-top: 10px;
}

#content.menu td img {
	padding: 10px;
	background:#000;
	border:1px solid #333;
}
