/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

/*===================================
	GENERAL HTML-ELEMENTS
====================================*/
body {
	background: url('img/angle_blk.gif');
	color: #000000;
	overflow: -moz-scrollbars-vertical; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif
}
h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 5px;
}
h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CCCCCC;
	border-bottom: 1px dotted #FFFFFF;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}
#a:link {
	text-decoration: none;
	color: #000000;
}
#a:hover {
	text-decoration: none;
}
/*===================================
	DIVS
====================================*/
#wrapper {
	background: #FFFFFF;
	padding: 10px;
	width: 960px;
	height: 590px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #666666;
}
#header {
	background: #FFCC33;
	margin-bottom: 0px;
}
#nav02 {
	background: #FFCC33;
	padding: 0px 0px;
	margin: 0px;
	height: 18px;
}
#nav02 li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
}
#nav02 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav02 a:hover {
	color: #000000;
}
#nav03 {
	height: 10px;
	padding: 10px 5px;
	background: #FFFFFF;
}
#nav03 li {
	display: inline;
	list-style: none;
}
#copy {
	width: 520px;
	float: left;
	padding: 1px 1px 12px;
	background: #FFFFFF;
}
#sidebar {
	width: 250px;

	float: right;
	background: #CCCCCC url('img/angle_lg.gif');
	padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:12px
}
#sidebar a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #999999;
}
#sidebar2 {
	width: 250px;

	float: right;
	background: #CCCCCC url('img/angle_lg.gif');
	padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:12px
}
#sidebar2 a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#sidebar2 a:hover {
	color: #999999;
}



#footer {
	font-size: 9px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-weight: normal;
}
/*===================================
	CONTACT
====================================*/
form {
	background: #FFFFFF;
	background-color: #FFFFFF;
	width: 490px;
}
label {
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
}
#sender, textarea {
	width: 590px;
	cursor: text;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin dotted #CCCCCC;
	padding: 5px;
}
#subject, textarea {
	width: 590px;
	cursor: text;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin dotted #CCCCCC;
	padding: 5px;
}
textarea {
	width: 590px;
	padding: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 125px;
	border: thin dotted #CCCCCC;
}
input: focus, textarea: focus
{
}
/*====================================*/
.divider {
	margin-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
}