/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px;
	padding: 0;
	background: #E3EFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #356AA0;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

p, ul {
	line-height: 18px;
	font-size: 11px;
}

a:link, a:visited {
	color: #356AA0;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 559px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: url(images/logo.png) no-repeat;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px #666;
    -moz-box-shadow: 4px 4px 4px #666;
    box-shadow: 4px 4px 4px #666;
}

#header h1 a {
	text-decoration: none;
	color: #ffffff;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
    margin-top: 3px;
	padding: 5px;
	background: #6bc1fd;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px #666;
    -moz-box-shadow: 4px 4px 4px #666;
    box-shadow: 4px 4px 4px #666;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 7px;
	/*font-weight: bold;*/
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

#menu a:hover {
    text-decoration: underline;
}

/* Content */

#contenthp {
	width: 559px;
	margin: 0 auto;
	background: #E3EFFC;
}

#colOne {
	float: left;
	width: 559px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px #666;
    -moz-box-shadow: 4px 4px 4px #666;
    box-shadow: 4px 4px 4px #666;
}



#colTwo h4 {
	color: #73880A;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	width: 559px;
	margin: 0 auto;
}

.guestbook_top { height: 1.6em; padding: 0.3em 0.5em 0 }
.guestbook_big { float: left; font-size: 1.2em; font-weight: bold; margin-right: 0.5em; }
.guestbook_small { float: left; font-size: 0.8em; font-weight: bold;}
.guestbook_contact { float: right; margin-left: 0.5em; }
.guestbook_content { padding: 0.5em; clear: right; }
.guestbook_mod { float: right; margin-left: 0.5em; }
.guestbook_extra { float: right; padding-bottom: 1em }
.guestbook_vote { float: right }
.smilie { vertical-align: sub }
.smilies { margin: 0.5em 0 0.5em 9.5em }
.smilieSelect { float: left; margin-right: 0.25em }
.vote { float: left; margin-right: 0.25em }
