/* ~~~ reset css ~~~ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 

} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}


/* ~~~ END reset css ~~~ */


/* ~~~ vert center ~~~ */
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	background: #221e1f url('../img/bg.jpg') center repeat-x;
	in-height:468px;/* for good browsers*/
	in-width:552px;/* for good browsers*/
	font-family: Verdana;
	font-size: 11px;
	color: #ccc;
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 380px;
}	
#inner {
	width: 960px;
	height: 378px;
	margin-left:auto;
	margin-right:auto;
}
/* ~~~ END vert center ~~~ */

a {
 color: #00a1b1;
}

#left-col {
	float: left;
	width: 380px;
	padding-top: 15px;
}

#right-col {
	float: left;
	width: 540px;
	padding-top: 15px;
}

ul#menu {
	width: 351px;
	argin: 20px auto;
 text-align: center;
 margin-top: 20px;
}

ul#menu li { color: #fff; float: left; }

ul#menu a {
	float: left;
	padding: 5px 3px;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

ul#menu a.active {
 background: #00a1b1;
}

ul#menu a:hover {
	border-bottom: 1px solid #00a1b1;
}

ul#menu span {
	float: left;
	padding: 5px 2px;
	color: #666;
}

h2 {
	color: #fff;
	font-family: verdana;
	font-size: 16px;
 margin-bottom: 10px;
}

p {
 margin-bottom: 15px;
 text-align: justify;
 font-size: 12px;
 line-height: 1.5em;
}

#gallery img {
 margin-right: 3px;
}

#about img {
	/*float: right;*/
 margin-left: 5px;
}
#foot {
 clear: both;
 padding-top: 30px;
 color: #666;
 text-align: center;
 font-size: 9px;
 margin-top: -100px;
 letter-spacing: 0.2em;
}
#foot span {
 letter-spacing: 0.2em;

}
form {
 padding: 10px;
 border: 1px solid #333;
	margin-bottom: 10px;
}
label {
 width: 8em;
 display: block;
 float: left;
}
input {
 margin-bottom: 5px;
}
button {
 font-family: Verdana;
 font-size: 11px;
 margin-top: 5px;
 margin-left: 8em;
}

#cleartype-fix {
 display: none;
 z-index: 1000;
 background-color: #221e1f;
 position: absolute;
 height: 350px;
	width: 540px;
}

#gallery img {
 border: 1px solid #fff;
 padding: 2px;
}
#facebook {
	width:906px;
	padding: 0;
	height: 54px;
	padding: 20px 0 0 382px;
}
.clearfix {
	clear: both;
}

