/*------ COLORS -------------------------- /*

body			white			#FFF;
h1				red				#A61C31;
divLeft bg		bright green	#E9EBE4;
sideBorder		off gren		#DDE1DD;

/*------ COLORS END ---------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
 height: 100%;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 18px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #A61C31;
	margin-bottom: 20px;
}

input {
	border: 1px solid #CCC;
	padding: 2px;
}

label {
	font-weight: bold;
}

#centerIt {
	text-align:center;
}

#divWrapper {
	width: 860px;
	height: 100%;
	margin: 0px auto 0px auto;
}
		
			#divLeft {
				width: 45px;
				float: left;
				height: 100%;
				background-color: #E9EBE4;
				border-left: 1px solid #DDE1DD;
				border-right: 1px solid #DDE1DD;
			}
			
			#divRight {
				width: 41px;
				float: right;
				height: 100%;
				background-color: #E9EBE4;
				border-left: 1px solid #DDE1DD;
				border-right: 1px solid #DDE1DD;
			}
			
			#divCenter {
				text-align:left;
				width: 650px;
				float: left;
				height: auto;
				padding: 20px 30px 0px 40px;
			}
			
			#divMenu {
				float: left;
				clear: left;
				margin-top: 25px;
			}
			
			#divContent {
				float: left;
				margin-top: 25px;
				margin-left: 75px;
				*margin-left: 55px;
				width: 400px;
				*width: 390px;
				padding-bottom: 200px;
			}
			
				#textNav {
					float: left;
					width: 478px;
					height: 30px;
				}
				
						#textNav li{
							display:inline;
							margin-right: 15px;
						}		
			
				div.about {
					float:right;
					width: 400px;
					*width: 385px;
					padding: 0px 15px 20px 15px;
					*padding-left: 0px;
					margin-bottom: 15px;
					margin-right: -15px;
					*margin-right: 2px;	
					border-bottom: 1px solid #CCC;
				}
				
						div.aboutText {
							float:right;
							width: 500px;
							padding: 0px 15px 20px 15px;
							margin-bottom: 15px;
							margin-right: -15px;	
							border-bottom: 1px solid #CCC;
						}
				
				div.about img {
					float:right;
					margin-left:10px;
					margin-top: 20px;
					border: 1px solid #777;
				}
				
				div.about ul{
					*list-style-position: inside;
				}
				
						span.edit a, span.edit a:visited {
							float: right;
							clear:both;
							margin-top:10px;
							color:#A61C31;
							font-weight: bold;
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px;
							text-decoration: none;
						}
			
				

			
			#divFooter {
				clear: both;
				float: none;
				width: 250px;
				margin-left: 417px;
				*margin-left: 380px;
				font-size:10px;
			}
	
	
