
/* General */

body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana, arial;
	background-color: #D0D0D0;
	color: #000000;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat;
	background-position: top;
	
}

img
{
 	display: inline;
	margin: 0;
	padding: 0;
}

.thumbnail {
	padding: 0px;
	border: 1px solid #000000;
	text-align: center;
}



/* Text and Links */

.Text				{font-family: verdana; font-weight: none; font-size: 12px; color: #000000; line-height: 16px;}
a.Text				{text-decoration: none; color: #E62692;}
a.Text:visited			{text-decoration: none; color: #E62692;}
a.Text:hover			{text-decoration: underline; color: #E62692;}


.TextS				{font-size: 10px; line-height: 12px;}
.TextM				{font-size: 12px; line-height: 14px;}
.TextL				{font-size: 14px; line-height: 16px;}
.TextXL				{font-size: 20px; line-height: 20px;}

h1				{font-family: verdana; font-weight: none; font-size: 16px; color: #E62692; line-height: 20px; margin: 0; padding: 0;}
a.h1				{text-decoration: none; color : #E62692; }
a.h1:visited			{text-decoration: none; color: #E62692;}
a.h1:hover			{text-decoration: underline; }

h2				{font-family: verdana; font-weight: none; font-size: 16px; color: #E62692; line-height: 18px; margin: 0; padding: 0;}
a.h2				{text-decoration: none; color : #E62692; }
a.h2:visited			{text-decoration: none; color: #E62692;}
a.h2:hover			{text-decoration: underline; }

h3				{font-family: verdana; font-weight: none; font-size: 16px; color: #000000; line-height: 16px; margin: 0; padding: 0;}
a.h3				{text-decoration: none; color : #E62692; }
a.h3:visited			{text-decoration: none; color: #E62692;}
a.h3:hover			{text-decoration: underline; }

.TextBold			{font-weight: bold;}
.TextStrong			{color: #E62692;}
.TextWeak			{color: #646362;}

h1 {
	color: #E62692;
	font-size: 24px;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0px;
}



/* Background Spaces */

.Wrap
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/wrap.jpg) repeat-y top;
}

.ContentContainer
{
	position: relative;
	width: 800px;
	margin: 1px auto 0px auto;
	padding: 0px 0px 0px 4px;
}


.Spacer
{
	position: relative;
	clear: both;
	height: 15px;
}

.Top_Spacer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: url(../images/top_spacer.jpg) no-repeat top;
}

.Bottom_Spacer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: url(../images/bottom_spacer.jpg) no-repeat top;
}

.Header
{
	position: relative;
	width: 800x;
	height: 250px;
	text-align: center;
	margin: 0px auto 0px auto;	
}


.Menu
{
 	position: relative;
	width: 800px;
	height: 24px;
	margin: 0px auto 0px auto;
	background: url(../images/menu_bar.jpg) no-repeat top;
}

.MenuItem
{
	position: relative;
	float: left;
	font-weight: bold;
	height: 24px;
	border-right: 1px solid #ffffff;
	margin: 0px auto 0px auto;
	padding: 2px;
	line-height: 24px;
}


.MenuLink 		{font-family: verdana; font-weight: none; font-size: 16px; color: #ffffff; line-height: 20px; height: 20px;}
a.MenuLink 		{text-decoration: none;}
a.MenuLink:hover	{text-decoration: none; background-color: #e55F91;}



/* Columns */

.Column_Tiny	{position: relative; float: left; text-align: left; width: 198px;}
.Column_Small	{position: relative; float: left; text-align: left; width: 398px;}
.Column_Medium	{position: relative; float: left; text-align: left; width: 598px;}
.Column_Large	{position: relative; float: left; text-align: left; width: 798px;}



/* Tiny Box */

.Box_Tiny
{
	position: relative;
	width: 196px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/box_tiny_middle.jpg) repeat-y top;
}

.Box_Tiny_Top
{
	position: relative;
	width: 196px;
	background: url(../images/box_tiny_top.jpg) no-repeat top;
}

.Box_Tiny_Bottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 196px;
	height: 93px;
	background: url(../images/box_tiny_bottom.jpg) no-repeat bottom;
}

.Box_Tiny_Content
{
	position: relative;
	width: 180px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	text-align: left;
}

.Box_Tiny_Image
{
	position: relative;
	width: 180px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
}



/* Small Box */

.Box_Small
{
	position: relative;
	width: 396px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/box_small_middle.jpg) repeat-y top;
}

.Box_Small_Top
{
	position: relative;
	width: 396px;
	background: url(../images/box_small_top.jpg) no-repeat top;
}

.Box_Small_Bottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 396px;
	height: 90px;
	background: url(../images/box_small_bottom.jpg) no-repeat bottom;
}

.Box_Small_Content
{
	position: relative;
	width: 370px;
	margin: 10px auto 0px auto;
	padding: 20px 0px 20px 0px;

}

.Box_Small_Image
{
	border: 2px solid #ffffff;
}



/* Medium Box */

.Box_Medium
{
	position: relative;
	width: 596px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/box_medium_middle.jpg) repeat-y top;
}

.Box_Medium_Top
{
	position: relative;
	width: 596px;
	background: url(../images/box_medium_top.jpg) no-repeat top;
}

.Box_Medium_Bottom
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 596px;
	height: 130px;
	background: url(../images/box_medium_bottom.jpg) no-repeat bottom;
}

.Box_Medium_Content
{
	position: relative;
	width: 570px;
	margin: 10px auto 0px auto;
	padding: 20px 0px 20px 0px;
}

.Box_Medium_Image
{
	border: 2px solid #878787;
}



/* Large Box */

.Box_Large
{
	position: relative;
	width: 796px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/box_large_middle.jpg) repeat-y top;
}

.Box_Large_Top
{
	position: relative;
	width: 796px;
	background: url(../images/box_large_top.jpg) no-repeat top;
}

.Box_Large_Bottom
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 796px;
	height: 165px;
	background: url(../images/box_large_bottom.jpg) no-repeat bottom;
}

.Box_Large_Content
{
	position: relative;
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
}

.Box_Large_Image
{
	border: 1px solid #878787;
}



/* Footer */

.Footer
{
 	clear: both;
	position: relative;
	margin: 0px auto 0px auto;
	height: 40px;
	width: 800px;
	background: url(../images/footer.jpg) no-repeat bottom;
}

.Footer_Content
{
 	position: relative;
	text-align: right;
 	width: 800px;
	margin: 0px auto;
}

.FooterText	{ font-family: verdana; font-weight: none; font-size: 10px; color: #ffffff; line-height: 12px;}
a.FooterText { text-decoration: none; color: #ffffff;}





