body {
	background: #cacac9 url('img/bg.jpg');
	text-align: center;
	font-family: Tahoma, Verdana;
}

div#main {
	margin: 0 auto;
	padding: 0;
	width: 1098px;
	text-align: left;
	vertical-align: top;
}

div#top-1 {
	background: #ffffff url('img/top-1.jpg') no-repeat;
	width: 1098px;
	height: 49px;
}

div#top-2 {
	background: #ffffff url('img/top-2.jpg') no-repeat;
	width: 730px;
	height: 18px;
	float: left;
}

div#top-2 p {
	margin: 0 15px 0 0; 
	padding: 0; 
	font-size: 14px;
	line-height: 18px;
	color: #7d7b77;
	text-align: right;
}

div#top-3 {
	background: #ffffff url('img/top-3.jpg') no-repeat;
	width: 730px;
	height: 182px;
	float: left;
}

div#top-3 img {
	margin: 30px 0 0 25px;
	border: 0;
}

div#top-4 {
	background: #ffffff url('img/top-4.jpg') no-repeat;
	width: 33px;
	height: 251px;
	float: right;
}

div#top-menu {
	background: #ffffff url('img/top-menu.jpg') no-repeat;
	width: 730px;
	height: 51px;
	float: left;
}

div#top-menu p {
	text-align: center; 
	margin: 0 0 0 20px; 
	padding: 6px 0 0 0; 
	font-size: 14px; 
	color: #6a5f5e;

}

div#top-menu a {
	color: #ffffff;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}

div#top-menu a:hover {
	color: #FFEA3E;
}

div#top-picture {
	background: #ffffff;
	width: 335px;
	height: 251px;
	float: right;
}

div#top-5 {
	background: #ffffff url('img/top-5.jpg') no-repeat;
	width: 1098px;
	height: 14px;
	clear: both;
}

div#content {
	background: #ffffff;
	width: 1098px;	
	display: table;
}

div#content h1 {
	margin :0 0 10px 30px;
	color: #0A496F;
}

div#content p {
	margin :0 0 10px 30px;
	font-family: Arial;
	font-size: 16px;
	color: #3d3938;
	line-height: 20px;
}

#content a {
	color: #0A496F;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #0D2CFF;
	text-decoration: underline;
}

div#random {
	float: right;
	width: 360px;
	text-align: right;
	margin: 10px 30px 10px 0;

}

div#random p {
	margin: 20px 40px 20px 0;
}

div#random img {
	width: 255px;
	border: 3px solid #aeaeae;
}

div#contactform {
	float: right;
	width: 330px;
	height: 300px;
	margin: 0;
	padding: 0;
}

div#contactform h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #0A496F;
	font-size: 12px;
	font-weight: bold;
	width: 50%;
}

div#contactform h2 span {
	margin: 0;
	padding: 0;
	color: #8d8988;
	font-size: 9px;
	font-weight: normal;
}

div#contactform p {
	margin: 0;
	padding: 4px 0 0 0;
	width: 50%;
	float: right;
}

div#footer {
	background: #ffffff url('img/footer.jpg') no-repeat;
	width: 1098px;
	height: 39px;
	clear: both;
}

div#footer p {
	text-align: right; 
	margin: 0 15px 0 0; 
	padding: 10px 0 0 0; 
	font-size: 12px; 
	color: #6a5f5e;
}

div#footer a {
	color: #6a5f5e;
	margin-left: 20px;
	text-decoration: none;
}

div#footer a:hover {
	color: #3a2f2e;
}

div#powered {
	height: 20px;
	line-height: 20px; 
	text-align: center;
	letter-spacing: 3px;
	font-size: 9px; 
	color: #2e2e2e;
}

div#powered a {
	color: #2e2e2e;
	text-decoration: none;
}

div#powered a:hover {
	color: #ffffff;
	text-decoration: none;
}

#picture-box {
	position:absolute;
}

.mask{
	position:relative;
	width:335px;
	height:251px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; width:1098px; height: 30px; line-height: 22px; border: 0;}

/* add formatting for the scrolling text */
#tag {
	margin: 5px 0;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #d5d5d5;
}

/* #testP must also contain all text-sizing properties of #tag */
#testP {visibility:hidden; position:absolute; white-space:nowrap;}

