html, body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat;
	font-family:'Myriad Pro', Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
}

.container-out {
	width:1000px;
	margin:auto;
	min-height:100%;
	_height:100%;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	background-position:top;
	position:relative;
}

.container {
	width:800px;
	margin:auto;
	min-height:100%;
	background-image:url(images/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0 100px 0 100px;
}

.top {
	height:33px;
	padding:95px 27px 0 0;
	text-align:right;
	color:#FFFFFF;
}

.top form {
	margin:0;
	padding:0;
}

.nav {
	height:40px;
	background-image:url(images/nav.jpg);
	background-position:bottom;
	padding:0;
	margin:0;
}

/* Nav button styles */
/*.navbtn {
	height:40px;
	width:160px;
	background-image:url(images/nav.jpg);
	float:left;
	cursor:pointer;
	text-decoration:none;
	padding:0;
	margin:0;
	border:0;
	font-size:0;
	line-height:0;
}
.navbtn:hover {
	text-decoration:none;
}
.navhome {background-position:0px 40px;}
.navhome:hover {background-position:0px 0px;}
.navabout {background-position:-160px 40px;}
.navabout:hover {background-position:-160px 0px;}
.navclasses {background-position:-320px 40px;}
.navclasses:hover {background-position:-320px 0px;}
.navstudio {background-position:-480px 40px;}
.navstudio:hover {background-position:-480px 0px;}
.navcontact {background-position:-640px 40px;}
.navcontact:hover {background-position:-640px 0px;}

.navbtn a {
	height:20px;
	*height:40px;
	width:10px;
	padding:0px 75px 30px 75px;
	text-decoration:none;
	line-height:20px;
	*line-height:40px;
	*padding-top:20px;
	*padding-bottom:19px;
	_padding-top:20px;
	_padding-bottom:19px;
}*/

.navbtn {
	height:40px;
	width:133px;
	background-image:url(images/nav2.jpg);
	float:left;
	cursor:pointer;
	text-decoration:none;
	padding:0;
	margin:0;
	border:0;
	font-size:0;
	line-height:0;
}
.navbtn:hover {
	text-decoration:none;
}
.navhome {background-position:0px 40px;}
.navhome:hover {background-position:0px 0px;}
.navabout {background-position:-133px 40px;}
.navabout:hover {background-position:-133px 0px;}
.navclasses {background-position:-266px 40px;}
.navclasses:hover {background-position:-266px 0px;}
.navstudio {background-position:-399px 40px;}
.navstudio:hover {background-position:-399px 0px;}
.navblog {background-position:-532px 40px;}
.navblog:hover {background-position:-532px 0px;}
.navcontact {background-position:-665px 40px;}
.navcontact:hover {background-position:-665px 0px;}

.navbtn a {
	height:20px;
	*height:40px;
	width:10px;
	padding:0px 62px 30px 63px;
	text-decoration:none;
	line-height:20px;
	*line-height:40px;
	*padding-top:20px;
	*padding-bottom:19px;
	_padding-top:20px;
	_padding-bottom:19px;
}
/* End Nav button styles*/

.button {
	width:150px;
	height:125px;
	background-image:url(images/button.jpg);
	background-position:top;
	cursor:pointer;
	float:right;
	margin-left:10px;
}

.button:hover {
	background-position:bottom;
}

.homebutton {
	padding:10px;
	background-color:#C06;
	color:#FFF;
	border:5px solid #F06;
	text-align:center;
	margin:3px;
}
.homebutton:hover {
	background-color:#906;
}
.homebutton h2 {
	padding:0;
}
.homebutton a, a .homebutton, .homebutton h2, a h2, h2 a, a .homebutton h2 { color:#FFF;}

.content-out {
	height:100%;
}

.content {
	padding:30px 60px 30px 60px;
	height:100%;
}

.footerclear {
	height:36px;
}

.footer {
	height:36px;
	bottom:0;
	position:absolute;
	width:800px;
	margin:auto;
	background-color:#e5206c;
	text-align:center;
	line-height:36px;
	color:#FFFFFF;
}

.bigbutton {
	width:320px;
	background-color:#990000;
	border:3px double #000000;
	margin-left:20px;
}

.bigbutton:hover {
	background-color:#FF0000;
	border:3px double #660000;
}

/* General Styles */
#maillist-email {
	width:150px;
}

.footer a {
	color:#FFFFFF;
}

a {
	text-decoration:underline;
	color:#f69a2b;
}

h1 {
	font-size:30px;
	color:#f69a2b;
	margin:0;
	padding-bottom:10px;
	font-family:'Tekton Pro', 'Monotype Corsiva', Impact, Georgia, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:20px;
	color:#f69a2b;
	margin:0;
	padding-top:10px;
	font-family:'Tekton Pro', 'Monotype Corsiva', Impact, Georgia, Arial, Helvetica, sans-serif;
}
h3 {
	font-size:16px;
	color:#f69a2b;
	margin:0;
	padding-top:10px;
	font-family:'Tekton Pro', 'Monotype Corsiva', Impact, Georgia, Arial, Helvetica, sans-serif;
}
p {
	margin:0;
	padding-bottom:10px;
}

ul {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:10px;
}

li {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:10px;
}

/* Forms */

form dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	color:#666666;
	width:100%;
	clear:both;
}

form dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

form dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
}

.h60 {
	height:60px;
}

.h120 {
	height:120px;
}

/* Hover Effects */

form dl:hover {
	background-color: #f7ece5;
}

form dl:hover dt label {
	color: #333333;
}

form dl:hover dt label {
	color: #000000;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}

textarea {
	width:200px;
	height:60px;
}

.nohover:hover {
	background:none;
}