#frame {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 780px;
	width: auto;
}

#footer {
	height: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border: 1px double #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#righfoot {
	height: 20px;
	width: 200px;
	float: right;
	padding-right: 10px;
}
#leftfoot {
	float: left;
	height: 20px;
	width: 500px;
	padding-left: 10px;
}


#head {
	background-color: #000000;
	background-image: url(images/headimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 188px;
	width: 100%;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#headbar {
	height: 190px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

#body {
	height: 565px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}
#scroll {
	height: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D55500;
	border-bottom-color: #D55500;
	border-left-color: #D55500;
}
#textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D55500;
	height: 565px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#writezone {
	padding: 10px;
	float: right;
	height: 523px;
	width: 778px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D55500;
}
#leftmenu {
	height: 330px;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D55500;
	border-bottom-color: #D55500;
	border-left-color: #D55500;
}
#left {
	float: left;
	height: 565px;
	width: 190px;
}
#logo {
	height: 190px;
	width: 190px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D55500;
	border-left-color: #D55500;
}

ul#nav{list-style-type:none;margin:0;padding:1px;}
ul#nav li a{display:block;width:130px; height:20px;color:#fff;background-color:#ff6600;text-align:left;text-decoration:none;border:1px solid #f90;padding:3px; font-size:12px; font-weight:bold;}
ul#nav li a:hover{color:#fff;background-color:#f90;border:1px dashed #fc0}
ul#nav .previous{float:left;margin:5px}


.imgframe{
	background:#f0efec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:6px;
}

.imgframe.alignnone{margin-bottom:20px !important;}

.imgframe:hover{background:#00CCFF;}

.imgframe img{
	display:block;
	border:solid 3px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}