@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}


body {
	background-color: #ebced1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ebced1;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

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

#header {
	width: 811px;
	height: 278px;
	background-color: #ebced1;
}
#navigation {
	width: 811px;
	height: 25px;
	font-family: "arial rounded mt bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../openstudios2010b/newnavigation.jpg);
	padding: 0px;
	color: #FFFFFF;
}	

#navigation a {
	line-height: 20px;
	font-size: 14px;
	width: 811px;
	font-family: "around rounded bolt mt", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	height: 25px;
}

#middle {
	width: 711px;
	height: 550px;
	background-image: url(../openstudios2010b/newbg.jpg);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#middle a {
	color: #000000;
	font-weight: bolder;
}

#footer {
	width: 751px;
	height: 138px;
	background-image: url(newbg.jpg);
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: repeat-y;
}	

#footer a {
	color: #000000;
	font-weight: bolder;
}

body,td,th {
	font-size: 11px;
}
.arialblack16 {
	font-family: "Arial black", arial, Helvetica, sans-serif;
	font-size: 18px;
}
.arialblack14 {
	font-family: "Arial black", Helvetica, sans-serif;
	font-size: 14px;
}
.arial9 {font-size: 9px}

