@charset "UTF-8";
/* CSS Document */

body{
    margin:0px;
    padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

p {
	margin-top:0px;
}

a {
	text-decoration:none;
	color:#BBB;
	
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.standardFont {
	font-family: 'PT Serif Caption', serif;
	font-size:12px;
	color:#FFFFFF;
}

.biggerFont {
	font-family: 'PT Serif Caption', serif;
	font-size:16px;
	color:#FFFFFF;
}

.headerFont {
	font-family: 'Special Elite', cursive;
	font-size:48px;
	color:#FFFFFF;
}

.subheaderFont {
	font-family: 'Special Elite', cursive;
	font-size:24px;
	color:#FFFFFF;
}

.footerFont {
	color:#999;
}

.standard{
    border:none;
}

.container{
    width:778px;
    height: 100%;
	margin-left:auto;
	margin-right:auto;
	
}

.centerExtended {
	width:778px;
    height:493px;
    background-image:url(../images/frameContentExtended.jpg)
}

.italicize {
	font-style:italic;
}

#main {
	
}

#header {
    width:778px;
    height:190px;
	background-image:url(../images/frameHeader.jpg);
	text-align:center;
}

#headerTop {
	padding-top:80px;
}

#menu {
	width:778px;
	height:47px;
	text-align:center;
	background-image:url(../images/frameMenu.jpg);
}

#menuContent {
	padding-top:12px;
}

#menuUl {
	width:778px;
	height:37px;
	margin-top:0px;
	padding:0px;
	text-align:center;
}

#menuUl li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

#centerTop {
	width:778px;
    height:58px;
	text-align:center;
	background-image:url(../images/frameSubheader.jpg);
}

#centerTopContent {
	padding-top:15px;
}

#center{
    width:778px;
    height:248px;
    background-image:url(../images/frameContent.jpg);
}

#centerContent {
	width:550px;
	margin-left:auto;
	margin-right:auto;	
}

#bottom {
    width:778px;
    height:113px;
    background-image:url(../images/frameBottom.jpg);
}

#bottomContent {
	width:550px;
	margin-left:auto;
	margin-right:auto;	
}

#footer {
    width:778px;
    height:136px;
	text-align:center;
    background-image:url(../images/frameFooter.jpg);
}

#footerContent {
	width:778px;
	margin-left:auto;
	margin-right:auto;	
}

#headshot {
	margin:0 0 5px 5px;
}