/* STRUCURE */	
body{
	font-family: arial, verdana, serif;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
}

#pagewrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	padding: 50;
	width: 1008px;
}

#menu{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: auto;
	height: 40px;
	width: 1008px;
	border: 1px solid black;
	background-color: #FFD8B0;
	font-size: 20px;
	color: #2361A1;
}

#menu ul li ul{
    font-size: 14px;
}

#title{
	padding-left: 20px;
}

#content{
	background-color: white;	
	padding: 0 20px 20px 20px;	
	border: 1px solid black;
	margin: 0;
}

#footer{
	height: 90px;
	text-align: center;
	font-size: 12px;
}

#genimg_tbl{
	width: 300px;
	border: none;
}

td.genimg{
	width: 190px;
	vertical-align: center;
}

td.genimg p{
	text-align: center;
}

img.genimg{
	border: none;
	width: 280px; #change this 
	height: 200px; #change this
}

#genimg2_tbl{
	width: 800px;
	border: none;
}

td.genimg2{
	width: 190px;
	padding: 50;
	vertical-align: top;
}

td.genimg2 p{
	text-align: center;
	padding: 50;
}

img.genimg2{
	border: 2px solid gray;
	width: 200px; #change this 
	height: 280px; #change this
	padding: 50;
}

#genimg3_tbl{
	width: 800px;
	border: none;
}

td.genimg3{
	width: 190px;
	padding: 50;
	vertical-align: top;
}

td.genimg3 p{
	text-align: center;
	padding: 50;
}

img.genimg3{
	border: 2px solid gray;
	width: 250px; #change this 
	height: 330px; #change this
	padding: 50;
}

#teampictbl{
	width: 960px; #change this 
	border: none;
}

td.teampic{
	width: 100px; #change this 
	height: 330px; #change this
	text-align: center;
	vertical-align: top;
}

td.teampic p{
	text-align: left;
	vertical-align: top;
}

img.teampic{
	width: 310px; #change this 
	height: 230px; #change this
	text-align: left;
	vertical-align: top;
}

#teamtbl{
	width: 960px;
	border: none;
}

td.team{
	width: 190px;
	vertical-align: top;
}

td.team p{
	text-align: center;
}

img.profile{
	border: none;
	width: 150px;
	height: 150px;
}

#merchtbl{
	width: 960px; #change this 
	border: none;
}

td.merch{
	width: 410px; #change this 
	height: 330px; #change this
	text-align: left;
	vertical-align: top;
}

td.merch p{
	text-align: left;
	vertical-align: top;
}

img.merch{
	border: 2px solid gray;
	width: 420px; #change this 
	height: 500px; #change this
	padding: 50;
}

/* FONTS */
h1{
	font-size: 28px;
	font-weight: normal;
}

h2{
	font-size: 24px;
	font-weight: normal;
}

h3{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h6{
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	margin-right: 5px;
}

a{
	text-decoration: none;
}

a:link, a:visited{
	color: #2361A1;
}

a:hover{
	text-decoration: underline;
	color: black;
}

p.references{
	font-size: 12px;
}	


.dropdown {
    display: none;
    margin: 0;
    padding: 0;
    width: 1200px;

	display: block;
	height: auto;
	margin-left: -1px;
	overflow: visible;
	visibility: visible;
}


.dropdown a {
    text-decoration: none;
    width: 100%;

	display: block;
}


.dropdown li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-left: 7px;
    padding-right: 6px;


    display: block;
    float: left;
    position: relative;
    top: 0;
    z-index: 1;
}

.dropdown li ul li {
	position: relative;
}

