/*Global Styles*/

body, h1 , h2, ul, li, p, img, form, input
	{
	margin:0;
	padding:0;
	}

body
	{
	font-family:"Lucida Grande","Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#4f2e00;
	background-image:url(../images/bodyBg.gif);
	}

h1, .register, .headline, h2
	{
	font-weight:normal;
	font-family:georgia, "times new roman", serif;
	color:#4a1915;
	}

h1
	{
	line-height:1.25em;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:2em;
	}
	
p
	{
	line-height:2em;
	padding-bottom:10px;
	color:#653600;
	}

a:link, a:visited
	{
	color:#c65621;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}

a:hover, a:active
	{
	text-decoration:underline;
	}

strong
	{
	font-weight:normal;
	}

blockquote
	{
	line-height:1.75em;
	}
	
/*Classes that format the text*/

.bold
	{
	font-weight:bold;
	}

.italic
	{
	font-style:italic;
	}

.register
	{
	font-size:1.25em;
	margin-top:0px;
	line-height:1.75em;
	padding:0;
	}

.register a:link, .register a:visited
	{
	color:#ef6d23;
	font-weight:normal;
	}

.headline, h2
	{
	font-size:1.45em;
	line-height:1.5em;
	padding-bottom:3px;
	}

img
    {
        border:none;
        text-decoration:none;
    }

#main
    {
        width:878px;
        margin:0 auto;
        background-image:url(../images/mainBg.gif);
    }

#middleColumn
    {
        width:858px;
    }

/*Header Styles*/

#header, .marbleRow, .columnRow, #navigation
	{
	border-left:4px solid white;
	border-right:4px solid white;
	}

#headerOuter
	{
	background-color:#4f2e00;
	
	}

#header
	{
	width:830px;
	background-image:url(../images/headerBg.gif);
	height:135px;
	margin:0 auto;
	background-position:middle;
	padding-left:20px;
	}

#logo
    {
        width:419px;
        height:112px;
        background-image:url(../images/logo.png);
        border:0;
    }
    
/*Navigation Styles*/

#navigationOuter
	{
	height:48px;
	background-color:#9e7e58;
	}

#navigation
	{
	width:850px;
	background-color:White;
	margin:0 auto;
	font-size:14px;
	text-align:center;
	height:46px;
	color:orange;
	font-family:georgia, "times new roman", serif;
	border-top:1px solid white;
	border-bottom:1px solid white;
	}

#navigation ul
    {
    margin:15px 0;
    }

#navigation li
	{
	display:inline;
	padding:0 10px;
	}

#navigation a:link, #navigation a:visited
	{
	color:#663600;
	font-weight:normal;
	}

#navigation a:hover, #navigation a:active
	{
	color:#f06c21;
	text-decoration:none;
	}

.borderedList
    {
	border-right: 1px dotted #d5bf98;       
    }

/*FirstRowStyles*/

.marbleRow
	{
	background-image:url(../images/marbleRowBg.gif);
	background-repeat:no-repeat;
	width:830px;
	margin:0 auto;
	background-position:top right;
	background-color:#ecdaba;
	padding:15px 10px 5px 10px;
	border-bottom:1px solid white;
	min-height:290px;
	}

.marbleRowBlurb
	{
	width:310px;
	padding:0 20px 0 0;
	}

#rightImages
	{
	float:right;
	width:440px;
	height:135px;
	background-image:url(../images/floatingBox.png);
	background-repeat:no-repeat;
	margin-top:5px;
	padding-top:140px;
	padding-left:10px;
	margin-left:15px;
	padding-right:10px;
	}

#rightImages p
	{
	border-top:1px solid #b59a69;
	border-bottom:1px solid #b59a69;
	padding:5px 0;
	}

/*Second Row Styles*/

.columnRow
	{
	background-color:#ecdaba;
	background-image:url(../images/columnRowBg.gif);
	background-repeat:no-repeat;
	width:850px;
	margin:0 auto;
	min-height:310px;
	padding:10px 0;
	}

.columnRow h1
	{
	margin-top:5px;
	}

#troyImage
    {
        width:375px;
        height:300px;
        background-image:url(../images/troy.png); 
    }

#aboutTroy
	{
	float:right;
	width:440px;
	margin-top:5px;
	padding-left:10px;
	padding-right:20px;
	margin-left:5px;
	}

.registerBtn
	{
	float:left; 
	margin:0 5px 50px 10px;
	}
