/*********************************** INITIALIZE ***********************************/

body{ margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px; 
color:#000000;
background-color:#c5c5c5;
background-image:url(images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
}


#centerEverything
{
width:900px;
margin:auto;
/*Enter Width*/
}

#header
{
width: 900px;
height:140px;
margin-bottom: 50px;
background-image:url(images/header.jpg);
}

#pageTitle
{
background-color:#616161;
padding:10px 30px 10px 30px;
}

#pageTitle img{ vertical-align:bottom; margin-right: 20px;}
#pageTitle H1 {color:#FFFFFF;}
/*for ie6 add this: behavior: url(css/iepngfix.htc);*/

#titlePointer
{
	height:20px;
	background-color:#FFFFFF;
	background-image:url(images/pointer.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#pageContent
{
background-color:#FFFFFF;
padding:30px;
min-height:200px;
font-size:16px;
}

#footer
{
height:40px;
font-size:12px;
line-height:40px;
text-align:center;
}

#optin
{
	margin:auto;
	width:825px;
	height:367px;
	background-image:url(images/optin.jpg);
}

#optin2
{
	margin:auto;
	width:825px;
	height:367px;
	background-image:url(images/optin2.jpg);
}

#optin3
{
	margin:auto;
	width:825px;
	height:367px;
	background-image:url(images/optin3.jpg);
}

#optin4
{
	margin:auto;
	width:825px;
	height:367px;
	background-image:url(images/optin4.jpg);
}


#optinForm
{
	width:350px;
	margin-right:80px;
	margin-top:130px;
	float:right;
	font-size:16px;
}

.triSplit
{
	width:260px;
	margin-right:25px;
	float:left;
	min-height:100px;
	text-align:center
}

.triSplit img
{
	border:0px;
	margin-bottom:10px;
}


/*********************************** NAVIGATION ***********************************/



/*********************************** LAYOUTS ***********************************/



/*********************************** TEXT CLASSES ***********************************/

h2{
	font-size:18px;
	color:#C00;
	margin:0px;
	padding:0px;
}

h3{
	font-size:18px;
	color:#090;
	margin:0px;
	padding:0px;
}

h4{
	font-size:18px;
	color:#33F;
	margin:0px;
	padding:0px;
}


A:link{
color:#911079;
text-decoration:none;
font-weight:bold;
}

A:visited{
color: #911079;
text-decoration:none;
font-weight:bold;
}

A:hover{
color: #ff46dd;
text-decoration:none;
font-weight:bold;
}

