/*AARAAM LAYOUT CSS*/
/*primary CSS file - spacial relationships and text definitions*/

/* global settings */
html {
	height: 100%;
	margin-bottom: 1px
}
body {
	padding-top: 20px;
	margin: 0;
	font-family: Arial,Helvetica,san-serif;
	background: url(../images/layout/mainbkgrnd.jpg) repeat-x;
	font-size: 100%;
	line-height: 130%
}
* {
	margin: 0;
	padding: 0
}


/* default typography */
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 10px
}
p, ul {
	font-weight: normal;
	font-size: 75%;
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 150%;
	letter-spacing: 6px
}
h2 {
	font-size: 120%;
	letter-spacing: 4px
}
h3 {
	font-size: 100%;
	letter-spacing: 2px
}
a {
	font-weight: normal;
	text-decoration: none
}
	a:link, a:visited {  
		color: #2b1166;
	}
	a:hover, a:active {
		color: #dfb293;
	}
img {
	border-width: 0;
	margin: 0;
	padding: 0
}
.indent, .quote {
	padding-left: 20px
}
.clear {
	clear: both
}


/*Page area properties*/

#wrapper {
	background: #ffffff;
	width: 756px;
	line-height: 130%;
	margin: 0 auto;
	color: #9f1021;
}
#mainDiv {
	border-top: 1px solid #9f1021;
	border-right: 15px solid #9f1021;
	border-bottom: 1px solid #9f1021;
	border-left: 1px solid #9f1021;
	width: 740px;
	margin: 0;
	padding: 0;
	text-align: left
}
#navigation {
	background: #9f1021 url(../images/layout/footer.gif) repeat-x top left;
	height: 30px;
	color: #ffffff;
	width: 716px;
	padding: 10px 20px 0;
	text-align: center;
	font-size: 90%
}
	#navigation a {
		font-weight: bold
	}
	#navigation a:link, #navigation a:visited {
		color: #ffffff
	}
	#navigation a:hover, #navigation a:active {
		color: #dfb293
	}
#leftColumn {
	width: 200px;
	float: left;
	margin-top: 30px;
	padding: 0
}
#contact p {
	list-style-type: none;
	padding-left: 30px
}
#text {
	width: 480px;
	float: left;
	padding: 20px 30px
}
.pix {
	float: right;
	padding: 0 0 20px 20px
}
#underfoot {
	background: transparent;
	color: #ccccdd;
	text-align: left;
}
		#underfoot p {
			font-size: 60%
		}
		#underfoot a:link, #underfoot a:visited {
			color: #ccccdd;
			text-decoration: none
		}
		#underfoot a:hover, #underfoot a:active {
			color: #aaaabb;
			text-decoration: none
		}



