/*
      Created by Keith Donegan of Code-Sucks.com
	  E-Mail: Keithdonegan@gmail.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	border: 1px solid #ccc;
	height: 300px;
	margin: 0px;
	background-color: #E7DBD5;
	background-image: url('http://p38assn.org/2011/images/header.jpg');

}

p.assn {
	margin-top:5px;
	margin-left:10px;
	color:#FFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: bold;
}
#navigation {
	background-color: #7593AB;
	height:30px;
	padding: 10px;
	float: left;
	width: 940px;
	color: #333;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px;
	text-align: center;

}

p {
	color:#000;
	line-height:1.2;
	margin-bottom: 1em;
	text-align: left;
	font-size: 1.5em;
}

.center {
	text-align:center;
}
a:link {
	color: #FFF;
	font-size: 1.5em;
}

a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 1.5em;
}

a:hover, a:active {
	color:#000;
	font-size: 1.5em;
	text-decoration: underline;
}
#maintitle {
	background-color: #FFF;
	padding: 10px;
	float: left;
	width: 939px;
	color: #333;
	border: 1px solid #ccc;
	text-align: center;

}

.title {
	margin-top:0px;
	color: #7593AB;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-bottom-color: #7593AB;
	padding-top: 10px;
	
}
.designTitle {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: -5px;
	margin-top: 10px;
}


#leftcolumn {
	color: #333;
	background: #FFF;
	margin: 0px;
	padding: 10px;
	width: 297px;
	float: left;
	border: 1px solid #666;
	border-bottom: 0px;
	border-right: 0px;
	height: 1300px;	
	
}
#leftcolumn .title {
	font-size:1.5em;
	text-align:center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #00B0C4;
}
#content {
	float: left;
	color: #333;
	border: 1px solid #666;
	background: #FFF;
	margin: 0px;
	padding: 10px;
	width: 301px;
	display: inline;
	border-bottom: 0px;	
	border-right: 0px;	
	height: 1300px;	
}


#content a:link {
	color: blue;
	font-size: 1.2em;
}

#content a:visited {
	color: black;
	text-decoration: underline;
	font-size: 1.2em;
}

#content a:hover, a:active {
	color:blue;
	font-size: 1.2em;
	text-decoration: underline;
}


#rightcolumn {
	color: #333;
	background: #FFF;
	margin: 0px;
	padding: 10px;
	width: 296px;
	float: left;
	border: 1px solid #666;
	border-bottom: 0px;
	height: 1300px;	
}

#rightcolumn .title {
	font-size:1.5em;
	text-align:center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #00B0C4;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px none;
}

#footer { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.75em;
 text-align: center;
 float:left;
 width: 940px;
 clear: both;
 color: #CCC;
 border: 1px solid #ccc;
 background-color: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#footer p {
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}