* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #384c91;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	background-repeat: no-repeat;
}

html, body {
	width: 100%;
	height: 100%;
}
body {
	background-image: url(images/design/bg_right.jpg);
	background-position: right bottom;
	background-attachment: fixed;
}

h1
{
	font-size: 16px;
	color: #3B4F8E;
}
h2
{
	font-size: 14px;
	color: #A4BAC3;
	margin-bottom: 3px;
}
h3 {
	font-size: 12px;
	color: #6D6D6D;
}
	h3 a {
		font-size: 12px;
	}
a:link, a:active, a:visited
{
	color: #000066;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
p {
	margin-bottom: 5px;
}

.spacer {
	clear: both;
	height: 10px;
}
.small {
	font-size: 10px;
}

#page {
	min-height: 100%;
	background-image: url(images/design/bg-menu.gif);
	background-repeat: repeat-y;
}

.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.spacer {
	clear: both;
}

#left {
	width: 173px;
	float: left;
}
	#left-top {
		height: 128px;
		background-image: url(images/random/dia1.jpg);
	}
	
#menu {
	padding-right: 13px;
	text-align: right;
}
	
	#menu ul {
		list-style-type: none;
	}
		#menu li {
			height: 17px;
			margin-bottom: 3px;
			clear: both;
			
		}
			#menu .link {
				float: right;
				width: 113px;
				padding-right: 5px;
				margin-right: 3px;
				height: 17px;
				line-height: 17px;
				vertical-align: middle;
			}
			#menu .link:hover {
				background-image: url(images/design/menu-hover.gif);
				background-position: right;
			}
			#menu li a {
				display: block;
				padding-right: 5px;
				text-decoration: none;
				color: #4D5E64;
				width: 108px;
				font-size: 10px;
			}
				#menu li a.admin {
					width: 96px;
					float: left;
				}
				#menu li a.no-menu {
					width: 12px;
					padding: 0px;
					float: left;
				}
			#menu .dot {
				float: right;
				width: 12px;
			}
			
#admin form {
	color: #4D5E64;
	margin-top: 5px;
}
	#admin input {
		width: 75px;
		color: #4D5E64;
		border: 1px solid #4D5E64;
		background-color: #B0CBD6;
	}
	#admin a {
		display: block;
		text-decoration: none;
		color: #4D5E64;
	}

#center {
	float: left;
	width: 590px;
}
	#center-top {		
		height: 178px;
		background-image: url(images/design/center-top.jpg);
	}
	#main {
		clear: both;
		margin-top: 25px;
		margin-left: 15px;
	}	
	#main input, #main select, #main textarea {
		border: 1px solid #A4BAC3;
	}
	#main ul {
		margin-left: 15px;
		margin-top: 10px;
	}
		#main ul li {
			margin-bottom: 5px;
		}
		
/* gb */
#info {
	width: 500px;
	padding: 10px;
	background-color: #FA7F14;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	font-weight: bold;
}
	#info img {
		margin-right: 10px;
		vertical-align: bottom;
	}

#new {
	width: 500px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
}
#new-send {
	margin-top: 10px;
	width: 400px;
	float: right;
}
	#new-send a {
		font-size: 12px;
		font-weight: bold;
	}
	#new label {
		display: block;
		width: 100px;
		float: left;
	}
	#new input, textarea {
		float: left;
	}
	#new textarea {
		height: 60px;
		width: 380px;
	}

#post-row {
	margin-top: 15px;
}

.post {
	width: 500px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
}
	.title {
		font-size: 12px;
		float: left;
		font-weight: bold;
	}
	.icon {
		float: left;
		margin-left: 20px;
	}
	.time {
		float: right;
	}
	.msg {
		clear: both;
		padding-top: 5px;
	}
	
#foot {
	margin-top: 15px;
}
	#foot a {
		padding: 5px;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
		border: 1px solid #FF8242;
		text-decoration: none;		
		font-size: 10px;
	}
	#foot a:hover {
		background-color: #FF8242;
		color: #FFFFFF;
		text-decoration: none;
	}
	
/* gallery */
.fontpic {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
	width: 100px;
	height: 75px;
	display: block;
}
.front_desc {
	float: left;
	margin-top: 15px;
}
.big-link {
	font-size: 14px;
	font-weight: bold;
}
.thumb {
	float: left;
	margin-right: 10px;
	width: 100px;
	text-align: center;
}
#gallery img {
	border: 1px solid #666666;
}


/* old */
.error
{
	font-weight: bold;
	color: #FDB002;
}

