/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


html,body {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
/*	background-image: url('../images/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;*/
	background-color: black;
	color: #ededed;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#top {
	padding-bottom: 5px;
}

#top .logo {
	text-align: right;
	padding: 30px 0;
}

#content {
	text-align: left;
}

#menu {
	padding: 0 0 1px 0;
	border-bottom: solid #bababa 1px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	margin: 0 15px;
}

#menu ul li a {
}


#footer {
	background-color: #333333;
	margin-top: 10px;
}

p {
	line-height: 180%;
	margin: 0 0 15px 0;
	color: #ededed;
}

a {
	color: #ededed;
}

a img {
	border: 0;
}

em {
	color: #fd0000;
	margin-left: 5px;
}

label {
	display: block;
	margin-top: 15px;
}

input, textarea {
	width: 300px;
	margin-top: 3px;
}

#mailformformtype_mail {
	width: auto;
	margin-top: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic",Arial;
}

h1 { font-size: 20px; color: white; font-weight: bold; margin: 5px 0 10px 0; }
h2 { color: #ededed; font-size: 14px; font-weight: bold; margin: 5px 0 10px 0;}
h3 { color: #ededed;}
h4 { color: #ededed;}
h5 { color: #ededed;}
h6 { color: #ededed;}


.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right;}

.clearer { clear: both; }


.two-col-1 {
	width: 420px;
	float: left;
	margin-right: 10px;
}

.two-col-2 {
	width: 420px;
	float: left;
}

.csc-frame-frame2 {
	width: 850px;
	height: 490px;
	background-image: url('../images/welcome.jpg');
	background-repeat: no-repeat;
}


.csc-frame-frame2 .csc-header {
	padding: 51px 394px 0 50px;
}

.csc-frame-frame2 .csc-header h1 {
	color: black;
}

.csc-frame-frame2 .csc-textpic-image {
	padding: 0 394px 0 50px;
}


.csc-frame-frame2 p.bodytext,
.csc-frame-frame2 p.align-right {
	padding: 0 394px 0 50px;
	color: #222222;
	font-size: 13px;
}



.csc-frame-frame2 h1 {
	font-size: 24px;
	color: white;
}

div#top div.noborder { border-bottom: 0; }


#content input.tx-guestbook-submit {
	width: auto;
	margin: 10px 0 0 0;
}


span.tx-guestbook-form-obligationfield {
	color: #fd0000;	
}


.tx-veguestbook-pi1 ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.tx-veguestbook-pi1 legend {
	display: none;
}


.tx-veguestbook-pi1 #message {
	height: 170px;
}

p.tx-guestbook-date {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
}

h2.tx-guestbook-header {
	background-color: #333333;
	color: white;
	margin: 0;
	padding: 3px 5px;
	
}


.guestbook-entry .message {
	padding: 5px;
	margin: 0 0 20px 0;
	background-color: #111111;
}

