.bottom-p1 {
	color: white;
	font-size: 11px;
}

.bottom-p2-large {
	color: #D1B324;
	font-size: 12px;
	text-decoration: underline;
}

.bottom-p2-small {
	color: #D1B324;
	font-size: 11px;
}


.sidebar-p1 {
	color: #002D4C;
	font-size: 11px;
	padding-bottom: 5px;
}

.poster {
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 5px;
}

.contact-p1 {
	/* color: #002D4C;*/
	font-size: 11px;
}

/* Link properties */ 
a:link, a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: underline; 
	color: #D1B324
}
a:active {
	text-decoration: none
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}

h1 {
	    margin: 0;
	    padding: 0;
}

#main-nav table, tr, th, td {
	border: 0;
	margin: 0;
}

#content h2 {
	color: #002D4C;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
}

#content h3 {
	color: #002D4C;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#sidebar-a h3 {
	color: #002D4C;
	margin: 0;
	padding: 0;
}

#sidebar-a .padding {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 20px;
	    padding-bottom: 20px;
}

#content .padding {
	    padding: 15px;
}

#bottom-bar .padding {
	    padding-top: 5px;
	    padding-left: 15px;
	    padding-right: 10px;
}

#footer .padding {
	    padding: 15px;
}

#contact .padding {
	    padding-top: 7px;
	    padding-left: 20px;
}

#page-container {
	width: 760px;
	margin: auto;
}

#main-nav {
	background: white;
	height: 50px;
}

#header {
	float: left;
	background: blue;
/*	height: 150px;*/
	width: 651px;
}

#header-topping {
	height: 440px;
	width: 651px;
}

#side-header {
	float: right;
	height: 150px;
	width: 109px;
}

#bottom-poster{
	float: left;
	background: blue;
	height: 19px;
	width: 651px;
}

#side-poster {
	float: right;
	height: 19px;
	width: 109px;
}

#sidebar-a {
	float: right;
	background: #D1B324;
	width: 230px;
	height: 605px;
	z-index: -1;
	margin-bottom:-5px;
}

#content {
	width: 530px;
	height: 475px;
}

#bottom-bar {
	background: #002D4C;
	width: 530px;
	height: 150px;
}

#footer {
	float: left;
 	height: 76px;
	width: 530px;
}

#contact {
	position: relative;
	float: right;
	background: #B3B3B3;
	height: 76px;
	width: 230px;
	z-index:10;
	margin-top:-2px;
}

	   