@charset "utf-8";

body {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #ffffff;
}
* {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
}

img {
	border:none;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a,
a:visited {
	color:#373700;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #615C01;
	margin-top:5px;
	margin-bottom:5px;
}

h1,
h2,
h3 {
	margin:0;
	padding:0;
}

h1 {
	margin-bottom:15px;
	font-size:16px;
	color:#a61982;
	font-weight:bold;
	line-height:16px;
	margin-top: 10px;
}

h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	color:#4a4a4a;
	font-weight: bold;
	background-image: url(../img/layout/h2-bg.gif);
	background-repeat: repeat-y;
	height: 19px;
	margin-left: -10px;
	width: auto;
	padding-left: 10px;
	padding-top: 4px;
}

form {
	margin:0;
	padding:0;
}

form input,
form textarea,
form select {
	background-color:#FFFFFF;
}

thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}

tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}

/*  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */


#top {
	height: 129px;
	width: 847px;
	position:relative;
	background-image: url(../img/layout/top-bg-all.gif);
	background-repeat: no-repeat;
}

#top .nav01 {
	position: relative;
	margin-left: 190px;
	padding-top: 4px;
}
#top .nav01 a,
#top .nav01 a:visited {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff7e5;
	text-decoration: none;
}
#top .nav01 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#top .nav02 {
	position: absolute;
	right: 1px;
	bottom: 14px;
}
#top .nav02 a,
#top .nav02 a:visited {
	color: #FFFFFF;
	margin-right: 10px;
	background-image: url(../img/layout/menuarrowtop.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
#top .nav02 a:hover {}
#mid {
	height: auto;
	width: 847px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#left {
	float:left;
	width:187px;
}
#left .nav {}
#left .nav a,
#left .nav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 185px;
	margin-bottom: 5px;
	border: 1px solid #d593c4;
	background-color: #fff7e5;
	color: #a61982;
	text-indent: 35px;
	background-image: url(../img/layout/menuarrow-off.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	padding-top: 11px;
}
#left .nav a:hover {
	text-decoration: none;
	background-color: #5f5f5f;
	border: 1px solid #5f5f5f;
	color: #fff7e5;
	background-image: url(../img/layout/menuarrow-on.gif);
}


#content {
	float: left;
	width: 645px;
	margin-left: 5px;
	position:relative;
	padding-left: 10px;
}
#content ul {
	width: 315px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 10px;
}

#content ul li {
	margin-bottom: 5px;
	background-image: url(../img/layout/darkgreysquare.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 10px;
	background-position: 0px 4px;
	color: #a61982;
	font-size: 10px;
	font-weight: bold;
}

#right {
	width: 162px;
	position:relative;
	float: right;
	min-height: 400px;
	background-image: url(../img/layout/rightbg-all.gif);
	background-repeat: repeat-x;
	margin-left: 15px;
	right:0;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
#right h2 {
	background-image:none;
	text-align:center;
	font-size:14px;
	height:auto;
	color:#C71585;
}
#right a:link,
#right a:visited {
	color:#C71585;
}
#right a:hover {
	text-decoration:underline;
}
#content #right ul {
	width:auto;
	margin:0;
	padding:0;
}
#content #right ul li {
	list-style-type:none;
	background-image:none;
	width:auto;
	font-weight:normal;
	margin-bottom:3px;
}

#right .forum_themes {
	margin-top:10px;
	margin-bottom:15px;
}
#right img {
	margin-top:10px;
	margin-bottom:10px;
}
#footer {
	margin-top:20px;
	min-height: 50px;
	width: 847px;
	background-image: url(../img/layout/footer-bg-all.gif);
	background-repeat: no-repeat;
}
#footer .nav01 {
	position: relative;
	margin-left: 190px;
	padding-top: 10px;
	font-size: 8px;
	color: #c71585;
}
#footer .nav01 a,
#footer .nav01 a:visited {
	margin-right: 8px;
	margin-left: 8px;
	font-size: 11px;
	color: #c71585;
	text-decoration: none;
}
#footer .nav01 a:hover {
	text-decoration: none;
	color: #5F5F5F;
}

table.allborders {
	border-width: 0 0 1px 1px;
    border-style: solid;
}
table.allborders td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
table.allborders thead {
	background-color:#D2D2D2;
	font-weight:bold;
}
table.allborders tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
table.allborders tr.highlight td {
	background-color:#FF6A6A;
}

#news_list p.date {
	font-weight:bold;
	color:#88146B;
	padding-top:15px;
	margin-bottom:0px;
}

/**********************************/

#contact {
	padding-left:10px;
	padding-right:10px;
}


#hrqcontact {
	margin-top:20px;
	padding:3px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	background-color:#484848;
	color:#FFFFFF;
}
#rqcontact {
	font-size:11px;
}
#rqcontact .message {
	padding-left:3px;
	padding-right:20px;
	padding-top:10px;
	color:#484848;
}
#qcontact {
	padding-top:10px;
	font-size:10px;
}
#qcontact label {
	display:block;
	font-weight:bold;
}
#qcontact input,
#qcontact textarea {
	width:165px;
	border: 1px solid #B9B9BA;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
}
#qcontact input.submit {
	width:auto;
	color:#484848;
	font-weight:bold;
	border:solid 1px #C7A4E1;
	margin-top:10px;
}
div.messages {
	padding-left:10px;
	padding-top:10px;
	font-size:10px;
	color:#EC0303;
}

.gallery a img {
	border: 2px solid #D593C4;
	margin-bottom:3px;
	margin-right:3px;
}

