/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #3D012F;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #3D012F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

.vertical-align {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

#header-bg {
	background-image: url(../images/header_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 170px;
	height: 140px;
}

#header-font {
	font-size: 9px;
	text-align: right;
	padding-right: 7px;
	padding-top: 7px;
}

/* end of  layout */

/* box */

.box-title-bg {
	background-image: url(../images/box_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 750px;
	height: 42px;
}

.box-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.box-bg {
	background-image: url(../images/box_04.gif);
	background-position: top;
	background-repeat: repeat;
}

.box-float-left {
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	font-size: 12px;
}

.box-float-right {
	float: right;
	width: 350px;
	padding-left: 5px;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
}

.bullet {
	vertical-align: middle;
	margin-right: 10px;
}

/* end of box */

/* footer */

#footer-bg {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 110px;
}

#footer-font {
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 30px;
}

#footer-font a:link {
	color: #FFFFCC;
	text-decoration: underline;
}

#footer-font a:visited {
	color: #FF00CC;
	text-decoration: none;
}

#footer-font a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-font a:active {
	color: #FFFF00;
	text-decoration: none;
}

/* end of footer */

/* highlight */

.highlight img {
	border: 5px solid #74005B;
}

.highlight:hover img {
	border: 5px solid #FF00CC;
}

.highlight:hover {
	color: #74005B; /* Dumb definition for MSIE */
}

/* end of highlight */

/* GLOBAL LINKS */

a{
	color: #FF00CC;
	text-decoration: underline;
}
a:hover {
	color: #74005B;
	text-decoration: none;
}

/* end of GLOBAL LINKS */.right {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #820069;
	border-right-color: #820069;
	border-bottom-color: #820069;
	border-left-color: #820069;
}
td {
	text-align: left;
}
.thumb {
	border: 1px solid #000000;
}
