* {
	margin: 0;
	padding: 0;
}

body {
font: small 'futura LT BT', "Futura LT Medium", arial, sans-serif;
background-color: #000;
color: #121;
min-height: 100%;
}

h1 {
font-size: 200%;
color: #e17206;
margin-top: 12px;
}

h3 {
font-size: 110%;
color: #e17206;
margin-top: 5px;

}

div#wrapper {
width: 1010px;
margin: 0 auto; 
background: url(images/black.gif) repeat-y;
position: relative;
min-height: 100%;
}

div#gradient{
position: absolute;
left: 92px;
top: 139px;
}

div#pic {
height: 139px;

}



/*column 1 */

div#column1 {
width: 208px;  
float: left;
position: relative;

/*background-color: red;*/
}
div#column1 h2 {
font-size: 150%;
color: #e17206;
margin-left: 105px;
margin-top: 18px;
}

div#column1 ul {
margin-left: 30px;
margin-top: 0px;
list-style-type: none;
}

div#column1 ul a {
display: block;
width: 149px;
height: 19px;
background: url(images/button.jpg);
margin-top: 10px;
border: solid 1px #93c4f6;
font-weight: bold; 
font-size: 120%;
padding: 7px;
text-align: center;
color: #000;
text-decoration: none;
}

div#column1 ul a:hover {
background: url(images/button.jpg) bottom;
border: solid 1px #fed45e;
}

div#column1 ul a.activelink {
background: url(images/button.jpg) bottom;
border: solid 1px #fed45e;
}


/*column 2 */

div#column2 {
width: 576px; 
float: left;
border-right: #93c4f6 dashed 1px;
border-left: #fed45e solid 1px;
}

div#col2text {
padding-left: 30px;
padding-right: 30px;

}

div#column2 p {
color: #0f3851;
margin-top: 15px;
}


div#column2 p:first-line {
font-size: 110%;
color: #e17206;
font-weight: bold;
}

div#movie {
margin: 40px auto;
text-align: center; 
}

div#column2 ul {
list-style-position: outside;
margin-left: 15px;
color: #0f3851;

}

div#column2 li {
margin-top: 10px;
}


/*column 3 */
div#column3 {
width: 187px; float: left;
}

div#column3 p {
margin: 0px 0px 0px 0px;
text-align:center;
}

div#column3 form input{
display: block;
margin: 5px 10px 20px 10px;

}

div#column3 h2 {
font-size: 150%;
color: #93c4f6;
margin: 18px 10px 10px 10px;
}

div#column3 div#bluebox {
margin: 10px 10px 10px 10px;
background: #def2fe url(images/quotes2.jpg) no-repeat bottom;
background-position: 100% 60%;
padding-top: 0px;
padding-bottom: 15px;
}

div#column3 div#nestedbluebox {
padding-top: 15px;
margin: 0;
background: url(images/quotes.jpg) no-repeat;
}

div#bluebox p {
margin-left: 12px;
margin-right: 12px;
font-size: 90%;
line-height: 1.5;
}


div#column3 a.box{
	margin: 10px auto;
	text-align: center;
	display: block;
	background-color: #e17206;
	height: 25px;
	padding-top: 5px;
	border: solid 1px #fed45e;
	font-weight: bold;
	font-size: 110%;
	color: #223651;
	width: 100px;
}


div#column3 a:hover {
background-color: #f8ce3c;
color: #e17206;
}

#twitter p{
text-align:left !important;	
}

#twitter {
margin-left: 10px;
}



div.clearfloats {clear: both;}


/*footer */

#footer{
background: url(images/footerbk.gif) repeat-y;
height: 40px;
margin: 0 auto;
width: 1010px; 
}

#footer p{
margin-left: 115px;
padding-top: 10px;
}

div#pencil{
position: absolute;
bottom: -40px;
left: 0 px;
}



