/*
arch_01 CSS
Built by Caroline Romedenne
--------------------
*/
/*please keep above info intact. Thanks! */

* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}


body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	background-repeat:repeat-x;
	color: #333333;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
h1 h2 h3 h4 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}

h1{
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
}

h2{
	font-size:12px;
	padding-right: 40px;
	color: #960;
	line-height: 25px;
	text-align: right;
	font-weight: lighter;
	margin-left: 16px;
	width: 750px;
}


h3{
}

#container{
	width: 820px;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	background-opacity:0.5;
	margin-top: 80px;
	margin-bottom: 10px;
}


#header {
	width: 820px;
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-left: 25px;
}
#content {
	width: 820px;
	padding: 0 20 0 40;
	border-left-width:thin;
	border-left-color:#000;
}


	
#footer {
	padding-top:20px;
	width: 82-px;
	text-align: center;
	clear: both;
	padding-bottom: 20px;
	border-top: solid #900 0px;
	border-bottom: solid #900 0px;
	background-color: #930;
}

a, a:link, a:active {
	color: #fff;
	letter-spacing: 2px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
}
