/* AtHomeNet.com Training Camp 2008 Styles. Prodcued by John Sexton fro AtHomeNet. Contact by johns@athomenet.com */



/* ---------  Common  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {  font-size: 62.5%;
		font-family: Arial, Helvetica, sans-serif;
		background: #123a5f url(images/bg.png) top left no-repeat;

		}
		
#wrapper { width: 925px;
		   height: 1000px;
          }
		


/*  --------- structure  --------- */



#mainContent {
		background: #ffffff;
		width: 600px;
		height: 250px;
		margin-top: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 300px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}
		
.subcontBot  {
		width: 600px;
		height: 22px;
        margin: 0;
		padding: 0;
		background-image: url('images/content-bottom.png');
		background-position: bottom;
		background-repeat: none;
		}
		
		
		
#footerContent {
		width: 600px;
		height: 100px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 300px;
		}



			 



/* ---------- links and navigation ---------- */

a { color: #c7161e;
		}
		
a:hover { color: #000000;
		}
		




/* ---------- fonts ---------- */

html {
		font-size: 100%;
	
		}
		
		
#contentPad {
		padding: 10px;
		}
		


p {
		font: 1.4em/1.4em Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		}
		
		
/* Title Tags */		
h1 {
		font-size: 2.0em;
		line-height: 1em;
		margin-bottom: 0.5em;
		color: #c7161e;
		}

		
h2 {
		font-size: 1.5em;
		line-height: 1em;
		margin-bottom: 1em;
		}

h3 {
		font-size: 1.0em;
		line-height: 1em;
		color: #c7161e;
		}

ul {
		font: 1.1em/1.4em Arial, Helvetica, sans-serif;
		margin-bottom: 2em;
		}

ul {
		list-style-type: square;
		padding-left: 25px;
		}
		
li {   margin-bottom: 0.5em;
		}
		
		
		
/* ---------- content specific ---------- */


.redFlag { color: red; }



/* ---------- footer specific ---------- */

.footer { color: #ffffff; text-align: center; padding: 5px; }

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #dec44d ;
}
.footer a:link {
	text-decoration: underline;
	color: #dec44d ;
}
.footer a:visited {
	text-decoration: underline;
	color: #dec44d ;
}
.footer a:hover {
	text-decoration: none;
	color: #ffffff ;
}
.footer a:active {
	text-decoration: underline;
	color: #dec44d ;
}

