#content a, #content a:visited {
	color: #a60000;
	text-decoration: underline;
}

#content a:hover, #content a:visited:hover {
	color: #a60000;
	text-decoration: underline;
} 

a:hover,a:focus,a:active {
	outline-width:0
}

body {
	background-position:50% 0;
	background-repeat:repeat-y;
	background-image:url(../images/body_bg.png);
	background-color: #000;
	font-family: 'Myriad Pro', helvetica, arial, sans-serif;
}
.nav-float a:link, .nav-float a:visited { 
	color:#FFFFFF; 
	text-decoration: none;
}
.nav-float a:focus, .nav-float a:hover, .nav-float a:active { 
	text-decoration:underline; 
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration:underline;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	border-top: 8px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
}
#header {
	padding: 0px;
	height: 118px;
	text-align: center;
	border-bottom: 4px solid #000000;
	background: url(../images/header_bg_1.jpg) no-repeat 0px 0px;
}

#header img {
	margin-top: 18px;
	border: 0px;
}
#header a:active {
	border: 0px;
}
#header2 
{
	/*background-color: #000000;*/
	margin: 0px;
	height: 210px;
}

.float
{
	float: left;
	width: 316px;
	height: 210px;
	overflow: hidden;
}


#nav
{
	clear: both;
	text-align: center;
	margin: 0px;
	padding-left: 116px;
	background: url(../images/nav_bg.jpg);
	padding-top: 9px;
	height: 25px;
	color: #FFF;
	border-bottom: 4px solid #000000;
	border-top: 4px solid #000000;
}


.nav-float
{
	float: left;
	text-align: center;
	width: 104px;
}

#nav li
{
	font-size: 18px;
	background: #fff;
	display: inline;
	padding-bottom: 0px;
	margin: 0px 20px 0px 20px;
}
#content
{
	margin: 0px;
	background: url(../images/content_bg.gif);
	background-color: #fff;
}



/*------------------*/
/*HOME MAIN STYLES*/
/*------------------*/
#home_main 
{
	width: 644px;
	margin-left: 18px;	
	margin-bottom: 20px;
}

#home_main_top
{
	background: url(../images/main-text_bg_top.png) no-repeat top left;
	padding-top: 12px;
	padding-left: 20px;
}

#home_main h1
{
	margin: 0px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	font-size: 24px;
}

#home_main_middle
{
	background-color: #fff;
	padding: 0px 20px 20px 20px;
}
#home_main p
{
	padding-top: 12px;
	margin: 0px;
	font-size: 14px;
}
#home_main_bottom
{
	background: url(../images/main-text_bg_bottom.png) no-repeat bottom right;
}
.update_main {
	text-align: center;
	background-color: #ffc2b1;
	margin: 0px 36px 10px 16px;
	color: #000;
}
.update_right {
	text-align: center;
	background-color: #ffc2b1;
	margin: 4px 20px 10px 20px;
	color: #000;
}
/*END*/



/*------------------*/
/*RIGHT NAV STYLES*/
/*------------------*/
#right-nav-holder
{
	float: right;
	width: 250px;
	margin-right: 18px;
}

.right-nav
{
	margin-bottom: 20px;
}

.right-nav-top
{
	background: url(../images/right-nav-top_bg1.png) no-repeat top left;
	padding: 6px 0 8px 0;
}

.right-nav h1
{
	text-align: center;
	margin: 0px; 
	margin-top: 6px;
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}

.right-nav-middle
{
	background-color: #fff;
}
.right-nav-middle h2
{
	text-align: center;
	font-size: 14px;
	margin: 0px;
}

.right-nav img 
{
	border: 2px solid #000000;
	margin-bottom: 20px;
}
.right-nav p
{
	padding: 0px 40px 4px 40px;
	margin: 0px;
	font-size: 12px;	
}

.email_txt
{
	margin-top: 8px;
	width: 120px;
	border:1px solid #93908B;
	color:#4D4845;
	font-family:Verdana;
	font-size:12px;
	line-height:13px;
	text-decoration:none;

}

.submit_btn
{
	width: 40px;
	text-align: center;
	border:1px solid #93908B;
	color:#4D4845;
	background-color: #fff;
	font-family:Verdana;
	font-size:12px;
	line-height:13px;
	text-decoration:none;
}


.right-nav-bottom
{
	background-color: green;
	background: url(../images/right-nav-bottom_bg.png) no-repeat bottom left;
}


#edit_main 
{
	width: 744px;
	margin-top: 12px;
	margin-left: 20px;	
	margin-bottom: 20px;
}

}

.edit_title
{
	font-size: 150%;

}
.edit_title_error
{
	font-size: 150%;
	border: 2px solid red;

}
.edit_error_text
{
	padding-top: 4px;
	font-size: 80%;
	color: #ff430e;
}


#edit_main 
{
	width: 644px;
	margin-left: 18px;	
	margin-bottom: 20px;
	color:#333333;
	font-family:"Lucida Grande",Arial,Arial,sans-serif;
}
#edit_main p
{
	font-size: 80%;
	font-weight: bold;
}


#edit_main h1
{
	margin: 0px 0px 0px 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}
#edit_box {
	border-top: 1px solid #000;
	padding-top: 20px;
}

#footer
{
	clear: both;
	background: url(../images/nav_bg.jpg);
	height: 24px;
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

#edit_main 
{
	width: 644px;
	margin-left: 18px;	
	margin-bottom: 20px;
}

#edit_main_top
{
	background: url(../images/main-text_bg_top.png) no-repeat top left;
	padding-top: 2px;
	padding-left: 20px;
}


#edit_main h1
{
	margin: 0px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	font-size: 24px;
}

#edit_main_middle
{
	background-color: #fff;
	padding: 0px 20px 20px 20px;
}
#edit_main p
{
	padding-bottom: 2px;
	margin: 0px;
	font-size: 12px;
}
#edit_main_bottom
{
	background: url(../images/main-text_bg_bottom.png) no-repeat bottom right;
}

/*SINGLE TEXT LAYOUT*/

.main-text-single
{
	width: 924px;
	margin-left: 18px;	
	margin-bottom: 20px;
}

.main-text-single-top
{
	background: url(../images/main-text-single_bg_top.png) no-repeat top left;
	padding-top: 12px;
	padding-left: 40px;
}

.main-text-single h1
{
	margin: 0px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	font-size: 24px;
}

.main-text-single-middle
{
	background-color: #fff;
	font-size: 14px;
	padding: 20px 40px 10px 40px;
}
.main-text-single-middle img
{
	border: 1px solid #000;
}
.main-text-single-td1
{
	padding-right: 30px;
}
.main-text-single p
{
	padding-bottom: 12px;
	margin: 0px;
	font-size: 14px;
}
.main-text-single-bottom
{
	background: url(../images/main-text_bg_bottom.png) no-repeat bottom right;
}
.contact-col1
{
	text-align: right;
	padding-right: 10px;
}
.contact-col2
{
	text-align: left;
}
#Comment
{
	width: 300px;
	height: 100px;
}

#studio-nav-holder
{
	float: right;
	width: 250px;
	margin-right: 18px;
}

.studio-nav
{
	margin-bottom: 20px;
}

.studio-nav-top
{
	background: url(../images/studio-nav-top_bg.png) no-repeat top left;
	padding: 0px 0 0 0;
}

.studio-nav h1
{
	text-align: center;
	margin: 0px; 
	margin-top: 6px;
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}

.studio-nav-middle
{
	padding: 0 0 0 20px;
	background-color: #fff;
}
.studio-nav-middle h2
{
	text-align: center;
	font-size: 14px;
	margin: 0px;
}
.studio-nav-item
{	
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
	border-top: 1px solid #FFF;
}
.studio-nav-item-active
{
	background-color: #fff1f1;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #FFF;
}
.studio-nav-item:hover, .studio-nav-item-active:hover
{
	background-color: #fff1f1;
	border-top: 1px solid #000;
	margin-top:0px;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

.studio-nav p
{
	padding: 0px 40px 20px 40px;
	margin: 0px;
	font-size: 12px;	
}




.studio-nav-bottom
{
	background-color: green;
	background: url(../images/studio-nav-bottom_bg.png) no-repeat bottom left;
}


/*Studio Main*/

#studio-main 
{
	width: 644px;
	margin-left: 18px;	
	margin-bottom: 20px;
}

#studio-main-top
{
	background: url(../images/studio-main_bg_top.png) no-repeat top left;
	padding-top: 12px;
	padding-left: 20px;
}

#studio-main h1
{
	margin: 0px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	font-size: 24px;
}

#studio-main-middle
{
	background-color: #fff;
	padding: 0px 20px 20px 20px;
}
#studio-main p
{
	padding-top: 12px;
	margin: 0px;
	font-size: 14px;
}
#studio-main-bottom
{
	background: url(../images/studio-main_bg_bottom.png) no-repeat bottom right;
}


.edit_main {
	text-align: center;
	font-size: 14px;
}

#logged-in {
	text-align: center;
	size: 80%;
	color: #fff;
}
#logged-in a {
	color: #fff;
}

.inline_image {
	padding: 14px;
	/*background-color: #f1f1e8;*/
	text-align: center;
}

.inline_image img {
	border: 2px solid #000;
	text-align: center;
}
.header_image_edit {
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
}

#header2 img {
	border: 0px;
}