body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #333;
	font-weight: bold;
}

/* fonts sizes*/
h1 {font-size:40px}
h2 {font-size:30px}
h3 {font-size:20px}
h4 {font-size:18px;
	color: #fff;
}
h5 {font-size:14px}
h6 {font-size:10px}
/* this fixes a super irritating problem with default margins with the <p> tag, it was changing the size of the div's*/
p {font-size:12px;
font-color: #fff;
margin-top: 0;
margin-bottom: 0;
}

img.login{
	position:relative;
	left:580px;
	top: -55px;
}

table.table1{
	border: 0px;
	border-spacing: 8px;
	width: 100%;
}

.table1 td{
	background-color: #3857c8;
	border: 1px solid white;
	padding: 3px;
}

table.gallery{
	border: 0px;
	border-spacing: 5px;
}

td.caption{
	text-align: center;
	background-color: #3857c8;
	border: 1px solid white;
	box-shadow: 3px 3px 4px #FFF;
	-webkit-box-shadow: 3px 3px 4px #FFF;
	-moz-box-shadow: 3px 3px 4px #FFF;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}

/* Divs */
.normal #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background-image: url(images/background.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.normal #top {
	width: auto;
	height: 60px;
	padding-left: 20px;
	padding-top: 13px;
}

#top img{
	border: 0px;
}

.normal #bottom{
	width: auto;
	height: 540px;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 15px;
}

#bottom p {
	font-size:13px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

#bottom ul {
	color: #FFF;
}

#bottom a {
	color: #FFF;	
}

#bottom img{
	border: 1px solid white;
	box-shadow: 3px 3px 4px #FFF;
	-webkit-box-shadow: 3px 3px 4px #FFF;
	-moz-box-shadow: 3px 3px 4px #FFF;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}