body
{
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-color: #00001D;
	color: #056EC7;
	font-family: helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: bold;
}

p {
text-align: left;
margin-left: 40px;
}

.text {
width: 400px;
height: 425px;
float: left;
}

.contact_text {
width: 300px;
height: 425px;
float: left;
}

#black_top {
margin: 0px auto 0px auto; 
padding: 0px;
height: 120px;
min-width: 1024px;
background-color: #000000;
}

#black_bottom {
margin: 0px auto 0px auto; 
padding: 0px;
height: 180px;
min-width: 1024px;
background-color: #000000;
}

#top {
margin: 0px auto 0px auto; 
padding: 0px;
height: 120px;
min-width: 1024px;
/*width: 100%;*/
}

#flash_content {
margin: 0px;
padding: 0px;
height: 425px;
min-width: 1024px;
/*width: 1024px;*/
background-color: #000000;
text-align: center;
}

#bottom {
margin: 0px auto 0px auto; 
padding: 0px;
height: 180px;
min-width: 1024px;
/*width: 100%;*/	
/*clear: both;*/
/*border: 1px solid #ffffff;*/
}

#bottom img {
float: right;
padding: 20px 40px 0px 0px;
}

.right {
float: right;
}

/* CSS Rule for IE only */
img.right {
float: right;
clear: left;  /* works in IE but breaks Safari/Firefox */
}

/* CSS Rule for all compliant browsers */
html>body img.right {
float: right;
clear: none;
}

.left {
float: left;
}

.menu {
float: left;
width: 120px;
height: 180px;
}

ul {
/*float: left;*/
text-align: left;
list-style: none;
}

/* Define link style */
/* .unselected */
a:link {color: #033672; text-decoration: none}     /* unvisited link */
a:visited {color: #033672; text-decoration: none}  /* visited link */
a:hover {color: #056EC7; text-decoration: none}   /* mouse over link */
a:active {color: #056EC7; text-decoration: none}  /*mouse clicked link */

/* Selected links */
.home a#home, 
.about a#about, .about .who a#who, .about .why a#why, .about .where a#where, 
.work a#work, .work .identity a#identity, .work .print a#print,
.work .brochures a#brochures, .work .mailers a#mailers, .work .menus a#menus,
.work .display a#display, .work .advertising a#advertising, .work .interactive a#interactive,
.work .packaging a#packaging, .work .invitations a#invitations,
.contact a#contact
{
color: #056EC7;
text-decoration: none;
}