/* Firefox margin removal */

html,body{margin:0;padding:0;height:100%;min-height:100%;}

p {margin:0 0 1em 0;padding:0}

h1{margin:0 0 .7em 0;padding:0}

form {margin:0;padding:0}

img {margin:0;padding:0}

/* Main styles */

#header {
	width:970px;
	position:relative;
	top:0px;
	height:130px;
}

h4 {
	font-size:18px;
	margin-bottom:10px;
}
/*
#branches {
	background-image:url(images/bgimage.gif);
	background-repeat:no-repeat;
	width:1137px;
	height:325px;
	position:absolute;
	top:0px;
	float:left;
	overflow:hidden;
}
*/

#nav {
	float:right;
	width:500px;
	height:30px;
	font-size:21px;
	margin-top:60px;
	text-align:right;
}

.button {
	margin-right:17px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

html>body { 
	background: url(images/bgimage.gif);
	background-repeat:no-repeat;
	font-family:Trebuchet MS;
	font-size:15px;
	color:#333333;
}

html {	
	background: url(images/bgside.gif);
	background-repeat:repeat-y;
	background-position:0px 50px;
	background-color: #EEEBC8;
}

#container {
	width:1024px;
	height:100%;
}

#logo {
	background-image:url(images/logo-trans.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:30px;
	margin-left:30px;
	width:395px;
	height:78px;
}

#content {
	position:relative;
	top:60px;
	left:180px;
	width:780px;
	padding-bottom:20px;
}

/* Links */
a {
	text-decoration:none;
	color:#990033;
}

a:hover {
	border-bottom:1px dotted #BA8274;
}

a.button {
	font-size:19px;
	color:#333333;
}

a.button:hover {
	border-bottom:4px solid #b18c58;
}

.bullet {
	line-height:30px;
	margin-left:15px;
}

/* the plays */
.play {
	color:#333333;
}

#play {
	padding:10px;
	margin-left:10px;
	width:720px;
	height:165px;
	border:7px solid #D6CCA9;
	margin-bottom:35px;
}

#container {
	width:530px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:justify;
}

h3 {
	margin-top:-5px;
}

.description {
	font-style:italic;
	margin-top:-20px;
	padding-bottom:10px;
	border-bottom:1px solid #666666;
}

#thumbnail {
	width:150px;
	height:150px;
	border:1px solid #663333;
	padding:2px;
	float:right;
	margin-top:5px;
	margin-right:5px;
}
#thumbnail2 {
	border:1px solid #663333;
	padding:2px;
	float:left;
	margin-top:5px;
	margin-right:15px;
}
/*
#leftbranch {
	background-image:url(images/leftbranch-trans.png);
	width:662px;
	height:271px;
	position:absolute;
	left: -5px;
}

#rightbranch {
	background-image:url(images/rightbranch-trans.png);
	width:362px;
	height:389px;
	position:relative;
	left:800px;
	top:-140px;
}
*/
