.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;
}

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

.content-list-topic {
	/* 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: 12px;
}

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

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

#content li {
    padding:0; 
    padding-bottom:5px; 
    margin:0; 
    list-style-type:none; 
}

#content td {
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}


#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;
/*	height: 150px;*/
	width: 1px;
}

#header-topping {
	float: left;
	height: 138px;
	width: 639px;
}

#poster-b {
	float: right;
	height: 138px;
	width: 120px;
}

#sidebar-a {
	float: right;
	background: #D1B324;
	width: 230px;
	height: 987px; /* Change here for the size of the content */
}

#content {
	width: 530px;
	height: 1125px; /* Change here for the size of the content */
}

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

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

#contact {
	float: right;
	background: #B3B3B3;
	height: 76px;
	width: 230px;
}

	   