/* Global Stylesheet for jeyaaerenson.com */
body {
	font-family:Verdana, sans-serif;
	font-size: 13px;
	background-image: url("../images/blue lite.jpg");
	}
p, h1, h2, h3, h4, dt {
	line-height: 1.5em;
	margin: 1.5em 0;
	}
h1 {
	font-size: 1.8em;
	text-align: center;
	}
h2 {
	font-size: 1.65em;
}
h3 {
	margin-top:3em;
	font-size: 1.4em;
	}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover, hr, h3 {
color: #6B2394;
}
hr {
	width: 60%;
	border-color: #6B2394;
	border-width: 1px;
	border-style: solid none none none;
	margin-top:1.5em;
	}
a:hover {
	text-decoration: underline;
	color: #6B2394;
	}
#page {
	position:relative;
	margin: 0 auto;
	width: 955px;
	}
#header {
	width:100%;
	margin: 1.5em auto;
	}
img.logo {
	width: 493px;
	height: 144px;
	margin: 0 auto;
	position:relative;
	display: block;
	margin-bottom:0.75em;
	}
#content {
	padding: 75px 150px;
	background: #B6CAF3;
	width: 655px;
	display: block;
	margin: 0px auto;
}
.content {
	padding:10px 20px;
	}

.textbox1 {
	background: #E3E3FF;
	padding: 1.5em;
}
.textbox1 p, .textbox1 h4 {
	margin:1.5em;
	}
.top {
	margin-top:0;
	}
#footer p {
	font-weight: bold;
	text-align:center;
	}
.floatright {
	float:right;
	margin-left: 1.5em;
	}
.floatleft {
	float:left;
	margin-left:1.5em;
	}
.centerimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.caption p {
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
