/* AUTHOR ~ 356-13-7394
--------------------------------------------
COLOR
      color #1 - #CC0099
	  color #2 - #FFFFFF
	  color #3 - #ffffcc
	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/
body {
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:#320033 url(/images/background.jpg) repeat-x;;
}
/**************************~STRUCTURE************************************/
#wrapper {
   width:800px; 
   margin:auto;
}
#topheader {
   width:610px; 
   margin:auto;
}
.contentBox {
   width:610px; 
   height:352px; 
   margin:auto; 
}
.contentBoxBg {
   background-image:url(/images/contentBg.gif);
}
.contentBoxBg1 {
   background-image:url(/images/contentBg1.gif);
}
.contentBoxBg2 {
   background-image:url(/images/contentBg2.gif);
}
.contentBoxBg3 {
   background-image:url(/images/contentBg3.gif);
}
.contentBoxBg4 {
   background-image:url(/images/contentBg4.gif);
}
.mainLink {
   width:610px; 
   height:352px; 
   display:block;
}
#bottomLinks {
   width:610px; 
   margin:auto;
}
#footer {
   width:800px; 
   margin:auto;
}
.thumb1 {
   float:right; 
   margin-top:23px; 
   margin-right:18px;
}
.thumb2 {
   float:right; 
   margin-top:6px; 
   margin-right:18px; 
   clear:right;
}
/**************************~IMAGES************************************/
img {
border:none;
}
/**************************~TEXT************************************/
.linksmall {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CC0099;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/**************************~LINKS************************************/
a:link {
    color:#ffffcc;
}
a:visited {
    color:#ffffff;
}