@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #4b4b4b;
	background:url(../images/body_bgr.jpg) top repeat;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	outline:none;
	color: #000;
}

a:hover {
	color: #4b4b4b;	
}

h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:22px;
}
h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:20px;
}

/**common**/

#wrapper_holder_top {
	width: 100%;
	background:url(../images/body_bgr_top.jpg) top repeat-x;
}
#wrapper_holder_bottom {
	width: 100%;
	background:url(../images/footer_bgr.jpg) bottom repeat-x;
}
#wrapper_holder_bottom_gal {
	width: 100%;
	background: url(../images/holder_bgr_gallery.jpg) bottom repeat-x;
}

#wrapper {
	margin: auto;
	width: 950px;
}

#top {
	width: 950px;	
}

#menu_holder {
	width: 950px;
	height:68px;
}

#menu {
	width: 950px;
	height: 27px;
	margin-top: 12px;
	margin-left: 0px;
}
#menu img {
	position: relative;
	float:left;
}

#main {
	width: 950px;	
}

#content {
	width: 900px;
	margin-left: 25px;
	margin-bottom: 18px;
}	

#footer {
	width: 950px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:83px;
	height:36px;
	background: url(../images/footer_bgr.jpg) top repeat-x;
}
#footer p {
	padding-top: 10px;	
}
/**common**/



/**home**/

#home_content_leftcol {
	width: 295px;
	margin-right: 15px;
}

#home_content_leftcol {
	text-align: left;	
}

#home_content_leftcol img {
	position:relative;
	float:left;
}

#home_content_rightcol {
	width: 588px;
}

#home_slide {
	width: 950px;	
}
#home_slide img {
	position: relative;
	float:left;
}
/**home***/



/**contact**/

#form {
	width: 400px;
	margin-top: 20px;
}
.txtbox {
	width: 250px;
	background: #fcfcfc;
	padding: 3px;
	color: #4b4b4b;
	border: 1px dashed #bbb;
}
.txtbox_mssg {
	width: 250px;
	background: #fcfcfc;
	padding: 3px;
	color: #4b4b4b;
	border: 1px dashed #bbb;
}
.bttn {
	color: #4b4b4b;
	cursor: pointer;
}


#contact_info {
	margin-top: 20px;
	width: 400px;	
}

/**contact**/




/**misc**/

.floatleft {
	position: relative;
	float:left;
}

.floatright {
	position: relative;
	float:right;
}

.clear {
	clear: both;	
}

.content_image {
	margin-left: 30px;
	margin-bottom: 10px;
	border:1px solid #888;
	padding: 4px;
}
/**misc**/
