@charset "utf-8";

#wrapper {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	height: 635px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/nav_area.jpg);
	height: 209px;
	width: 676px;
	background-repeat: no-repeat;
	float: left;
}
#intro_header {
	background-image: url(../images/inrto_nav_area.jpg);
	height: 209px;
	width: 676px;
	background-repeat: no-repeat;
	float: left;
}
#wrapper #slide_show {
        background-image: url(../images/slide_show.jpg);
        background-repeat: no-repeat;
        height: 167px;
        width: 702px;
        float: left;
}
#wrapper #content_about {
	height: 380px;
	width: 386px;
	float: left;
	font-family: "Century Gothic";
	font-size: 10px;
	background-image: url(../images/main.jpg);
	padding-left: 64px;
	padding-right: 226px;
	padding-top: 46px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #content_gallery {
	height: 380px;
	width: 396px;
	float: left;
	font-family: "Century Gothic";
	font-size: 10px;
	background-image: url(../images/main.jpg);
	padding-left: 54px;
	padding-right: 226px;
	padding-top: 46px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #content {
	height: 276px;
	width: 386px;
	float: left;
	font-family: "Century Gothic";
	font-size: 12px;
	background-image: url(../images/main.jpg);
	padding-left: 64px;
	padding-right: 226px;
	padding-top: 150px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #intro_content {
	height: 276px;
	width: 386px;
	float: left;
	font-family: "Century Gothic";
	font-size: 12px;
	background-image: url(../images/intro_main.jpg);
	padding-left: 64px;
	padding-right: 226px;
	padding-top: 150px;
}
#wrapper #footer {
        background-image: url(../images/footer.gif);
        height: 125px;
        width: 702px;
        float: left;
}
#wrapper #left_panel {
	width: 136px;
	height: 635px;
	float: left;
	background-image: url(../images/left_panel.jpg);
	background-repeat: repeat-y;
}
#wrapper #right_panel {
	height: 635px;
	width: 137px;
	float: right;
	background-image: url(../images/right_panel.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body {
        background-color: #d7d7d7;
		margin:0px;
}
#wrapper #content #content_text {
        height: 200px;
        width: 457px;
        text-align: justify;
        overflow: auto;
        padding-right: 197px;
}
#wrapper #footer ul {
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        margin: 0;
        width: auto;
}
#wrapper #footer li {
        float: left;
        display: block;
}
#wrapper #footer a {
        color: #FFFFFF;
        padding-right: 3px;
        width: auto;
}
#nav_about{
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 55px;
	padding-top: 24px;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}
#nav_about:hover{
	background-image: url(../images/nav_about_hover.gif);
}
#nav_gallery{
	background-image: url(../images/nav_gallery.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 65px;
	padding-top: 24px;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}
#nav_gallery:hover{
	background-image: url(../images/nav_gallery_hover.gif);
}
#nav_blog{
	background-image: url(../images/nav_blog.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 46px;
	padding-top: 24px;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}
#nav_blog:hover{
	background-image: url(../images/nav_blog_hover.gif);
}

#nav_contact{
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 68px;
	padding-top: 24px;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}



#nav_contact:hover{
	background-image: url(../images/nav_contact_hover.gif);
}#wrapper #splash {
        background-color: #999999;
        height: 145px;
        width: 688px;
        float: left;
        padding-left: 14px;
        padding-top: 11px;
        padding-bottom: 11px;
}

#wrapper #content #form {
        float: left;
        height: 400px;
        width: 400px;
}
input{
        background-color:#979797;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        width:262px;
}
textarea{
        background-color:#979797;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        width:262px;
        height:88px;
}
input submit{
width:100px;
}
#gallery_name {
        font-size: 12.5px;
        margin-top: 10px;
        float: left;
        width: 500px;
}
#gallery_name ul{
        float:left;
        list-style:none;
        width: auto;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}
#gallery_name ul li{
        float:left;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
}
#gallery_name li a{
        float:left;
        display:block;
        text-decoration:none;
        color:#FFFFFF;
        padding-right: 5px;
        padding-left: 5px;
        background-image: url(../images/gallery_vert_line.gif);
        background-repeat: no-repeat;
        background-position: right center;
}
#topnavi {
	float: left;
	height: 30px;
	width: 676px;
}
#topnavi ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: block;
	width: auto;
}
#topnavi li {
	float: left;
}#topnavi li a{
	padding-left:3px;
	display: block;	
}
#wrapper #gallerys_choice {
	float: left;
	height: 276px;
	width: 676px;
	background-image: url(../images/main.jpg);
	padding-top: 150px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#home {
	float: left;
	width: 204px;
	height: 48px;
	margin-left: 395px;
	margin-top: 65px;
}
