@charset "utf-8";
/* CSS Document */


body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url('http://www.thewritesourceonline.com/images/bg.gif'); 
	background-color:#FFFFFF;
	background-position:top center; 
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#registernow input {
	font-weight:bold;
	padding:5px;
	color:#04346f;
	font-size:120%;
	font-family: Arial, Helvetica, sans-serif
}

#container {
	width: 918px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url('http://www.thewritesourceonline.com/images/bg_content.gif');
	background-color:#FFFFFF;
	background-position:top center;
	background-attachment: fixed;
}

/*#####################  Navigation links/dropdown  ##########################################*/

#navigation { 
	background-image:url(../images/bg_navbar.jpg);
	margin:0;
	padding:0;
	height:35px;
}


A.n1 { background:url("/images/n1.jpg") 0 0 no-repeat; }
A.n2 { background:url("/images/n2.jpg") 0 0 no-repeat; }
A.n3 { background:url("/images/n3.jpg") 0 0 no-repeat; }
A.n4 { background:url("/images/n4.jpg") 0 0 no-repeat; }
A.n5 { background:url("/images/n5.jpg") 0 0 no-repeat; }
A.n6 { background:url("/images/n6.jpg") 0 0 no-repeat; }

A.n1:hover { background:url("/images/n1R.jpg") 0 0 no-repeat; }
A.n2:hover { background:url("/images/n2R.jpg") 0 0 no-repeat; }
A.n3:hover { background:url("/images/n3R.jpg") 0 0 no-repeat; }
A.n4:hover { background:url("/images/n4R.jpg") 0 0 no-repeat; }
A.n5:hover { background:url("/images/n5R.jpg") 0 0 no-repeat; }
A.n6:hover { background:url("/images/n6R.jpg") 0 0 no-repeat; }

A.nhome { background:url("/images/nhome.jpg") 0 0 no-repeat; }
A.ncontact { background:url("/images/ncontact.jpg") 0 0 no-repeat; }

/*###############################################################*/


#header {
}
#mainContent {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
 	background-image:url(../images/bg_maincontent.gif);
	margin:0;
	position:relative;
}

#mainContent .left {
	font: 12px Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	padding-top:85px;
	padding-left:25px;
	padding-right:25px;
	height:550px;
	background-color:#FFFFFF;
}
#mainContent .sub {
	font: 12px Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	height:550px;
	background-color:#FFFFFF;
}
#mainContent .sub table {
border: 2px solid #8f2e2e;
}
#mainContent .sub table td {
text-align:center;
}
#mainContent .sub table td li {
text-align:left;
}
#mainContent .sub table td div {
text-align:left;
padding-top:10px;
padding-bottom:5px;
}

#end { 	background-image:url(../images/page-end.gif);
	margin:0;
	padding:0;
	height:22px;
	position:relative;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 750px;
	position:relative;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0 auto;
	text-align: center;
} 
