* html body	{}

body{
	background: url("../images/bg.jpg") top repeat-y;
	margin: 0;
	background-position: center;
	top: 0px;
	padding: 0;
	font-family: sans-serif;
	color: #666666;}
	
#logo {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;   /* top, left, bottom, right  */
	border: 0;
	width: 750px;
 	height: 130px;
    background: url("../images/top.jpg") no-repeat top center; }

.hide {display: none;}	
	
h3 {
	padding: 2px 0px 3px 0px;  /* top, left, bottom, right  */
	margin: 0px 0px 0px 0px;
	border: 0;
	height: 25px;
	font-size: 12px;
	color:#999999;
	background-image: url(../images/titleBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;}
	
p	{margin: 0 5px 10px 0px; /* top, left, bottom, right  */
	padding: 0;
	font-size: 12px;	
	border: 0;
	color:#999999;}
	
p a {text-decoration: none; color:#983F96}
p a:hover {color: #CC3333; text-decoration: underline;}	

a {color: #983F96; text-decoration: none;}
a:hover {color: #999999; text-decoration: underline;}	

	
/*--- NAVIGATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/

#navigation {
	margin: 0 auto;
	padding: 10px 0px 20px 0px;   /* top, left, bottom, right  */
	border: 0;
	width: 750px;
	text-align: right;
	font-size: 14px;
	height: 26px;}
	
#navigation ul {
	padding: 0;
	margin: 0;
	border: 0;	
	list-style-type: none;}
	
#navigation ul li {
	padding: 0 0 0 5px;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	display: inline;}
	
#navigation ul li a	{
	padding: 4px 4px 4px 4px;
	color: #999999;
	text-decoration: none;}
	
#navigation ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #E0E0E0;}
	
/*--- CONTENT MAIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/

#contMain {
	margin: 0 auto;
	text-align: right;
	padding: 0px 0px 0px 0px;   /* top, left, bottom, right  */
	border: 0;
	width: 750px;
	border: 0;
	width: 750px;
	height: 100%;
	background: url("../images/contMainBg.gif") top left repeat-x;}
	
#leftColumn   {	
	float: left;
	margin: 0;
	padding: 0 0 0 0px; 		/* top, left, bottom, right  */
	background: transparent;
	width: 358px;/* box model hack */	
	width: 175px;
	font-size: 12px;
	text-align: right;}
	
#leftColumn a {color: #999999; text-decoration: none;	font-size: 12px;}
#leftColumn a:hover {color: #983F96; text-decoration: underline;}
#leftColumn strong {color: #999999; text-decoration: none;}

#textholder   {	
	float: right;
	margin: 0;
	padding: 0 0 0 0px; 		/* top, left, bottom, right  */
	background: transparent;
	width: 265px;/* box model hack */	
	width: 265px;
	font-size: 12px;
	text-align: left;}

html>#rightColumn 	{width: 280px;} 

#rightColumn   {
	width: 550px;
	float: right;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	background: transparent;
	height: 100%;
	font-size: 10px;}
	
.rightColumnImg	{
	margin: 0 15px 10px 0px;
	padding: 0;
	border: 5px solid #E0E0E0;}
	
/*--- FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/

#endClear {clear: both;}

#footer {
	margin: 0 auto;
	margin-top: 50px;
	padding: 8px 0px 50px 0px;   /* top, left, bottom, right  */
	border: 0;
	width: 750px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
	text-align:right;
	font-size: 10px;
	font-weight: normal;
	color: #999999;}
	
#footer a {color: #999999;	text-decoration: underline;}
#footer a:hover {color: #CC3333; text-decoration: none}

/*~~~~ FORM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
.input{
	background: #ffffff;
	font-size: 11px;
	margin-top: 4px;
	width:265px;
	border:1px #cccccc solid;
	color:#999999;
	padding-left: 3px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;}

.textarea{
	background: #ffffff;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
	width:265px;
	border:1px #cccccc solid;
	color:#999999;
	padding-left: 3px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	height:80px;
	overflow: auto;}

.button{
	background:#ffffff;
	color:#999999;
	border:1px solid #cccccc;
	line-height: 10px;
	margin-top: 4px;
	margin-bottom: 16px;
	padding: 2px;
	font-size: 10px;}

