* {
	margin:0;
	padding:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#222222;
	line-height:20px;
}

#header {
	background-image:url(../images/bg-header.gif);
	background-repeat:repeat-x;
	height:200px;
}

#nav {
	margin:0 auto;
	width:900px;
}

#symbol {
	background-image:url(../images/bg-symbol.png);
	width:250px;
	height:180px;
	float:left;
}

#main {
	margin:0 auto;
	width:800px;
}

#footer {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:800px;
}

#adec {
	background-image:url(../images/adec.gif);
	background-repeat:no-repeat;
	width:70px;
	height:42px;
	float:left;
}
.clear {
	clear: both;
}


p {
	font-size:13px;
	line-height:20px;
	color:#222;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:26px;
	line-height:30px;
}

h2 {
	font-size:18px;
	line-height:26px;
	color:#888;
}

h3 {
	font-size:14px;
	line-height:22px;
	color:#888;
}

.white {
	color:#FFF;
}

.orange {
	color:#FF9901;
}

.purple {
	color:#7575A3;
}
hr {
	color: #7575A3;
	background-color: #7575A3;
}


.img {
	padding:2px;
	border:1px solid #888;
	margin-right:10px;
	margin-bottom:10px;
}
.column {
	float: left;
	width: 48%;
}

