body {	background-color: #eee;	font-family: Times New Roman;	}	#wrapper {		width: 760px;		margin: auto;		padding-top: 10px;		position: relative;		background-color: #CBD1DB;		border: 1px solid #97A2B7;		}				#header {			width: 740px;			margin-left: 10px;			background-image: url(images/header.gif);			background-repeat: no-repeat;			background-color: #334A73;			color: #FFF;			padding-bottom: 1px;			}				h1.header {					font-size: 13px;					font-weight: 300;					margin-left: 13px;					margin-top: 0px;					letter-spacing: 3px;					padding-bottom: 3px;					}							#navigation {			width: 740px;			height: 22px;			margin-left: 10px;			font-size: 14px;			}				#nav {					float: left;					}				#navigation ul {					list-style-type: none;					margin: 0px;					padding: 0px;					padding-top: 2px;					}					#navigation li {						float: left;						margin-left: 20px;						font-weight: 600;						color: #6B272C;						margin-top: 1px;						}				#navigation a:link {					text-decoration: none;					color: #000;					}						#navigation a:visited {							text-decoration: none;							color: #000;							}						#navigation a:active {							text-decoration: none;							color: #000;							}						#navigation a:hover {							text-decoration: none;							color: #334A73;							}				#navigation img {						margin-top: -1px;						margin-left: 105px;						}						#contact {							float:left;							}									#home {					float: left;					margin-top: 0px;					margin-left: 30px;					width: 15px;					height: 15px;					}					#home li {						margin-left: 5px;						}								#content {			width: 730px;			margin-left: 14px;			padding-top: 5px;			background-color: #fff;			border: 1px solid #97A2B7;			}			#content p {				font-size: 13px;			}				#content_left {					float: left;					width: 230px;					margin-left: 25px;					padding-top: 12px;					}					#content_left p {						font-size: 12px;						margin-top: 2px;						margin-left: 7px;						}				#content_right{					width: 435px;					margin-left: 270px;					padding-top: 10px;					padding-bottom: 15px;					}					#content_right p {						font-size: 12px;					}						#footer {			width: 760px;			height: 30px;			text-align: center;			color: #777;			}				#footer p {					font-family: verdana;					font-size: 10px;					margin-bottom: 0px;					margin-top: 1px;					padding-right: 5px;					padding-left: 5px;					}				.me {					text-align: right;					padding-right: 5px;					color: #777;				}				#footer a:link {					color: #555;					}						#footer a:visited {							color: #555;							}						#footer a:active {							color: #555;							}						#footer a:hover {							color: #444;							}										a:link {			color: #334A73;		}		a:visited {			color: #334A73;			}		a:active {			color: #334A73;				}		a:hover {			color: #192539;			}	a:link img {		border: none;		}		a:visited img {			border: none;			}			h1 {			margin: 0px;			padding: 0px;			}	h4 {			font-size: 12px;			margin: 0px;			margin-top: 10px;			}	p {			font-size: 14px;			margin-top: 5px;			}	.bold {			font-weight: 600;			}	.italic {			font-style: italic;			}	.alignright {			text-align: right;			}	.clear {			clear: both;			}	.center {			text-align: center;	}
