/*CSS by ben@riprocked.com for Tommy Nagle - 2008*/

body,
img,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li {
margin: 0;
padding: 0;
border: 0;
}

body {
background-image:url(../img/wallpapers/tommynagle_bg_06_large.jpg);
background-repeat: no-repeat;
background-color: #f8f7e5;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #27272a;
}

a:link,
a:visited,
a:active {
text-decoration: none;
}
h1,
h2,
h3,
h4, h1a {
font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

h1 {
font-weight: bold;
font-size: 1.5em;
margin: -9px 0 10px 0;
padding: 0;
}

h1a {
	font-weight: bold;
	font-size: 1.3em;
	text-align: right;
}

h2 {
font-size: 1.5em;
margin: -9px 0 0 0;
}

h3 {
font-size: 0.8em;
margin: -0.2em 0 0.8em 0;
}

p {
font-size: 0.9em;
margin: 0 0 0.8em 0;
}

#central {
margin: 0 auto 0 auto;
width: 807px;
}




/*HEADER*/

/*IE6 IGNORES !important.  IN OTHER BROWSERS THE DEFINITION MARKED AS !important WILL OVERRIDES ANY OTHER DEFINITIONS FOR THAT ATTRIBUTE */

#header {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 72px;
	padding: 13px 0 0 0;
	width: 600px;
	margin: 0 0 10px 0;
	background-image: url(../img/tn_web_bg_header_3.png) !important;
	background-image: url(../img/tn_web_bg_header_ie6_3.png);
}

#header ul li {
	float: right;
	list-style: none;
	margin: 0 30px 0 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0066;
	letter-spacing: 0.05em;
}

#header a {
color: #27272a;
}

#header a:hover {
	text-decoration: none;
	color: #FF0066;
}

#header img {
float: left;
padding: 0 30px 13px 23px;
}




/*CONTENT TOP*/

#content_top {
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(../img/tn_web_bg_content_top.png) !important;
	background-image: url(../img/tn_web_bg_content_top_ie6.png);
	padding: 0px 30px 0px 25px;
} 

#rightLinks {
			width: 420px;
			text-align: right;
			float: right;
			}
		#leftText {
			text-align: left;
			margin-right: 422px;
			}
		#outerContainer {
						}




/*CONTENT*/

#content {
background-repeat: repeat-y;
padding: 0 30px 0 25px;
background-image: url(../img/tn_web_bg_content_mid.png) !important;
background-image: url(../img/tn_web_bg_content_mid_ie6.png);
}

#content a {
	color: #FF0066;
}

#content a:hover {
text-decoration: underline;
}

#content a:visited {
	color: #52ADCE;
}

.title {
float: left;
}




/*DIVIDERS NEEDED TO STOP IE MESSING UP THE LAYOUT OF THE FLOATING ELEMENTS*/

.divider {
clear: both;
}



/*CONTENT LEFT COLUMN*/

.col_left {
padding: 0 0 25px 0;
width: 380px;
float: left;
}



/*CONTENT RIGHT COLUMN*/

.col_right {
float: right;
width: 350px;
padding: 0 0 25px 0;
}

.col_right h2 {
margin: 8px 0 0 0;
}

.flash_border {
border-color: #666666;
border-width: 1px;
border-style: solid;
}





/*CONTENT FOOTER*/

#footer {

border-top-color: #666666;
border-top-width: 1px;
border-top-style: solid;
padding: 15px 0 0 0;
clear: both;
}

#footer p {
font-size: 0.7em;
margin: 0;
}





/*CONTENT BOTTOM*/

#content_bottom {
height: 50px;
background-repeat: no-repeat;
margin: 0 0 30px 0;
background-image: url(../img/tn_web_bg_content_btm.png) !important;
background-image: url(../img/tn_web_bg_content_btm_ie6.png);
}
.col_left_pic {
	padding: 0 0 25px 0;
	width: 350px;
	float: left;
}

