
body {
	background-image:url(/templates/main/images/bg.jpg);
	background-repeat:repeat;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	margin: 0;
padding: 0;
}

#nav {
	background-image:url(/templates/main/images/nav_bg.jpg);
	background-repeat:repeat-y;
	height:600px;
	width:206px;
	text-align:center;
	vertical-align:top;
}

#nav a {
	text-decoration:none;
}

a img {
	border:0px;
}

#main {
	background-image:url(/templates/main/images/main_bg.jpg);
	background-repeat:repeat-y;
	width:602px;
	padding:90px 30px 30px 30px;
	text-align:left;
}
.nav_button {
	background-image:url(/templates/main/images/btn_bg.jpg);
	background-repeat:repeat-x;
	height:27px;
	width:130px;
	color:#B3B3B3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	font-size:13px;
}
.nav_button_btm {
	background-color:#FFFFFF;
	height:26px;
	width:130px;
	color:#B3B3B3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	font-size:13px;
}
.nav_button a {
	text-decoration:none;
	color:#B3B3B3;
}
.nav_button_btm a {
	text-decoration:none;
	color:#B3B3B3;
}
.nav_button a:hover {
	color:#E4087F;
}
.nav_button_btm a:hover {
	color:#E4087F;
}
.nav_button a.selected {
	color:#E4087F;
}
.nav_button_btm a.selected {
	color:#E4087F;
}
h1 {
	color:#E4087F;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}
h2 {
	color:#E4087F;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
h3 {
	color:#999;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
p {
	color:#666666;
	font-family:Arial;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#E4087F;
}
a:hover {
	text-decoration:underline;
}
td {
	color:#666666;
	font-family:Arial;
	font-size:12px;
}
ul {
	padding-left:15px;
	color:#666666;
	font-family:Arial;
	font-size:12px;
}
li {
	padding-left:15px;
	color:#666666;
	font-family:Arial;
	font-size:12px;
}

.gallery {
	margin:auto;
	width:100%;
}

.gallery td {
	text-align:center;
	width:25%;
	vertical-align:top;
	font-family:Arial;
	font-size:11px;
	padding:5px;
}

.gallery img {
	border:2px solid #B0B1B5;
	padding:5px;
	margin:5px;
}