@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3c1f14;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	font-weight: normal;
	line-height: 22px;
	height: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	color: #F140A9;
	text-decoration: none;
}

a:hover {
	color: #F140A9;
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: -15px;
}

h3 {
	font-size: 25px;
	font-weight: normal;
	line-height: 26px;
	color: #ec008c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
}

tr {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	margin-bottom: -50px;
    position: relative;
}

#disclaimer {
	width: 710px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}

#leftcolumn {
	width: 522px;
	float: left;
}

#leftcolumcontent {
	width: 482px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.gallerywrap {
	width: 482px;
	height: auto;
}

.gallerywrap2 {
	float: left;
	width: 320px;
}

.gallery1 {
	line-height: 16px;
	width: 130px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}

.gallery2 {
	line-height: 16px;
	width: 130px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
}

.gallery3 {
	line-height: 16px;
	float: right;
	width: 130px;
	margin-right: 15px;
	margin-left: 15px;
}

#rightcolumn {
	width: 228px;
	float: right;
	background-image: url(../images/sidebar_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightcolumcontent {
	width: 189px;
	padding-top: 170px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #f362b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffebf3;
	margin-right: 19px;
}

.clearfooter {
	clear: both;
	height: 50px;
}

#footer {
	width: 710px;
	font-weight: normal;
	color: #c4bbb8;
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

div.clear { clear: both;
}