﻿* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #a0bbe5;
	font: 11pt/1.3em Verdana, Helvetica, Arial, sans-serif;
}
#wrap {
	width: 778px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url('../media/graphics/parsa_background.jpg');
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
.clearfix:after {
	height: 0px;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#header {
	height: 161px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../media/graphics/parsa_banner.jpg');
}
#main {
	height: 100%;
	padding-bottom: 50px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url('../media/graphics/parsa_background.jpg');
}
#sidebar1 {
	float: left;
	width: 177px;
	padding-left: 4px;
}
#content {
	float: right;
	width: 577px;
	padding-left: 20px;
}
#sidebar2 {
	float: left;
	width: 181px;
}
#footer {
	clear: both;
	height: 50px;
	margin-top: -50px;
	position: relative;
}
#footer2 {
	width: 778px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url('../media/graphics/parsa_background.jpg');
}
#copyright {
	color: #009;
	float: right;
	width: 597px;
	font-size: 9px;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
}
h1 {
	color: #06f;
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
	margin-bottom: .4em;
}
p {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 1em;
}
a, a:link, a:visited, a:active {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
