/* CSS Document */

body {
	background:#f6f6f6;
	font:76% Verdana;
	color:#555;
	margin:0;
}

* {
	padding:0;
	margin:0;
}

#top {
	width:760px;
	margin:0 auto;
	height:75px;
	background:url(../images/backgrounds/top.jpg) top no-repeat;
}
#bottom {
	width:760px;
	margin:0 auto;
	height:50px;
	padding:25px 60px 0 0;
	font-size:80%;
	text-align:right;
	color:#999;
	background:url(../images/backgrounds/bottom.jpg) bottom no-repeat;
}
#wrapper {
	background:url(../images/backgrounds/main.jpg) ;
	width:700px;
	padding:0 30px 30px 30px;
	margin:0 auto;
}

#sidebar {
	width:185px;

	float:left;
	height:353px;
}
#sidebar #nav li a.active {
	color:#555;
	background:url(../images/backgrounds/active.gif) right no-repeat;
}
#sidebar img {
	border:none;
	margin:0 0 0 4px;
}
#sidebar #nav {
	margin:20px 0 0 5px;
}
#sidebar #nav li {
	list-style:none;
	line-height:25px;
}
#sidebar #nav li a {
	font:120% Arial;
	color:#A0A0A0;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:25px;
}
#sidebar #nav li a:hover {
	color:#1DCBBA;
}
#sidebar #nav ul li {
	padding:0 0 0 17px;
	background:url(../images/backgrounds/submenu.gif) left no-repeat;
}
#sidebar #nav ul li a {
	font-size:115%;
}

#content {
	margin:0 0 0 200px;
}
#content p {
	margin:0 0 30px 0;
	line-height:23px;
}
#content p.date {
	margin:0 0 15px 0;
	font:90% Verdana;
	color:#999;
}
#content h1 {
	font:150% Trebuchet MS;
	color:#444;
	margin:0 0 3px 0;
}
ul.gallery {
	padding:20px 0 0 0;
}

ul.gallery li {
	display:block;
	width:90px;
	height:90px;
	float:left;
	text-align:center;
	margin:5px;
	vertical-align:middle;
}
ul.gallery li img {
	border:none;
}
ul.gallery li a {
	border-bottom:2px solid #eee;
}
ul.gallery li a:hover {
	border-bottom:2px solid #ccc;
}


ul.gallery2 {
	padding:20px 0 0 0;
}

ul.gallery2 li {
	display:block;
	width:190px;
	height:100px;
	float:left;
	text-align:center;
	margin:5px;
	vertical-align:middle;
}
ul.gallery2 li img {
	border:none;
}
ul.gallery2 li a {
	border-bottom:2px solid #eee;
}
ul.gallery2 li a:hover {
	border-bottom:2px solid #ccc;
}



.clear {
	clear:both;
}
#content form {
	padding:0 5px 20px 5px;
}
input {
	background:#fff;
	border:1px solid #ccc;
	font:90% Verdana;
	color:#999;
	padding:4px;
	margin:3px;
}
input:focus {
	border:1px solid #666;
}
textarea {
	background:#fff;
	border:1px solid #ccc;
	font:90% Verdana;
	color:#999;
	padding:4px;
	margin:3px;
	width:460px;
	height:100px;
}
textarea:focus {
	border:1px solid #666;
}
label {
	display:block;
	margin:5px 0 0 3px;
	font-size:80%;
	font-weight:bold;
}
td {
	padding:3px;
	line-height:20px;
}
td strong {
	display:block;
	border-bottom:1px solid #ccc;
	padding:20px 0 0 0;
}
