	
		ol.decimal {list-style-type: decimal}
	
	body { background: #eeeeee; }
	
				#content_container {
					background-color: #ffffff;
					font-family: Arial;
					font-size: 12px;
					border-style: solid;
					border-color: #333333;
					border-width: 2px;
					width: 900px;
				}
				
				#header {
					width: 900px;
					height: 100px;

				}

				#main_content {
					text-align: left;
					display: block;

				}

				#content {
					width: 800px;
					padding: 30px;
					text-align: left;
					clear: both;
				}

				.home_photos {
					padding-top: 50px;
					padding-right: 0px;
					padding-left: 13px;
					position: relative;
					left: 15px;
					top: -80px;
					float: right;
				}

				.photos {
					width: 290px;
					float: right;
					padding-top: 80px;
					text-align: center;
					position: relative;
					left: 25px;
					top: -80px;
					float: right;
				}
				
				.border {border: 1px solid #000; }
				
				#navigation {
					width: 900px;
					height: 20px;
					background-color: #333333;
					margin-top: 0px;
				}	
				
				.navigation_option {
					padding-left: 20px;
					float: left;
				}
					
				#cv_topic{
					font-size: 14px;
				}
				
				#cv_body{
				padding-left: 30px;
				
				}
				
				#cv_body_no_indent{
				padding-left: 30px;
				}
				
				a:link { 
				text-decoration: none;
				}
				a:visited { 
				text-decoration: none;
					}
				a:hover { 
				text-decoration: none;
					}
				a:active { 
				text-decoration: none;
					}
							