/* CSS Document */

a:link { color: #b9121b;}
a:visited {color: #b9121b;}
a:hover {color: #000000;}
a:active { color: #bd8d46;}
 
#header {
	width: 800px;
	height: 90px;
	margin: 0 auto;
}

#logo {	
	width: 800px;
	height: 73px;
	}
	
body {
	background: url(images/header_sample_01.gif);
	background-repeat: repeat-x;
	background-color: #fcfae1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:center;		
}

.style2 {
	font-family:"Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}

.heading {
	font-family:"Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	text-transform: capitalize;
}

#center_content {
	width: 800px;
	height: 600px;
	margin:0 auto;
	background-image: url(images/header_sample_05.gif);
	background-repeat:repeat-y;
	background-position:50%;
	margin-top: 7px;
	}
	
#footer {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

blockquote {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}

ul {
	list-style-type:none;
}

#photo1 {
	float:right;
}

#photo2 {
	float:left;
	padding-right: 2em;
}
