html, body, p, h1, h2, h3, h4, h5, ol, ul, li, blockquote {
	margin: 0;
	padding: 0;
}

/* General markup */
body {
	font-size: 67.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url("../images/layout/body_bg.gif") top repeat-x;
	background-attachment: fixed;
}
a {
	color: rgb(137, 0, 70);
}
a:visited {
	color: rgb(137, 0, 70);
}

/* Font properties */
p {
	font-size: 1.0em;
	margin: 0 0 1.0em 0;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; color: rgb(137, 0, 70); }
h1 {
	font-size: 2.2em;
	margin: 0 0 0.6em 0;
	font-weight: 600;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 0.6em 0;
	font-weight: 600;
} 
h3 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	font-weight: 600;	
}
h4 {
	font-size: 1.1em;
	margin: 0 0 0.6em 0;
	font-weight: 600;
	color: #000;
}

ul, ol {
	padding-left: 20px;
}
	li {
		
	}

table, table td {
	font-size: 1.0em;
}

/* Custom styles*/
p.arrow a {
	padding-right: 12px;
	background: url("../images/layout/link_arrow_right.gif") right center no-repeat;
}

/* Layout */
div#wrapper {
	position: relative;
	width: 970px;
	margin: 0 auto;
}
div#wrapper-bg {
	position: absolute;
	top: 0px;
	left: 480px;
	height: 468px;
	width: 542px;
	background: url("../images/layout/wrapper_top.png") right top no-repeat;
	z-index: -1;
}
div#wrapper-header {
	position: relative;
	height: 178px;
}
	div#header-form {
		position: absolute;
		bottom: 10px;
		right: 4px;
		text-align: right;
	}
		div#header-form input.text {
			margin-top: 4px;
			margin-left: 4px;
			font-size: 0.9em;
			border: 1px solid #aaa;
			width: 125px;
			background: transparent;
			cursor: text;
			color: #666;
		}
body.two-column div#body-top {
	height: 35px;
	background: url("../images/layout/wrapper_body_top.gif") 0px 0px no-repeat;
}
body.three-column div#body-top {
	height: 35px;
	background: url("../images/layout/wrapper_body_top_shadow.gif") 0px 0px no-repeat;
}
div#wrapper-body {
	background: url("../images/layout/wrapper_body_bg.gif") repeat-y;
}
div.column {
	position: relative;
	float: left;
}
	body.two-column div#left-col,
	body.three-column div#left-col {
		margin-top: -20px;
		width: 218px;
	}
		div#left-col div.inner {
			margin-top: -10px;
			padding: 0px;
		}
	body.three-column div#middle-col {
		margin-top: -20px;
		width: 507px;
		background: url("../images/layout/middle_col_shadow.gif") repeat-y;
	}
		div#middle-col div.inner {
			margin-top: -10px;
			padding: 10px;
		}
		div#middle-col-bottom {
			clear: both;
			height: 49px;
			background: url("../images/layout/middle_col_bottom.gif") 0px 0px no-repeat;
		}
	body.two-column div#right-col {
		margin-top: -20px;
		width: 752px;
	}
	body.three-column div#right-col {
		margin-top: -20px;
		width: 243px;
	}
		div#right-col div.inner {
			padding: 10px;
		}
		
		div#column-boxes {
			position: relative;
			clear: both;
			margin-top: 10px;
			height: 160px;
			width: 750px;
			background: url("../images/layout/column_boxes_bg.gif") 8px 0px no-repeat;
		}
			div#column-boxes p {
				line-height: 1.3em;
			}
			div#column-boxes h2 {
				margin-bottom: 0.2em;
			}
			div#left-column-box {
				position: absolute;
				top: 10px;
				left: 15px;
				width: 225px;
			}
			div#middle-column-box {
				position: absolute;
				top: 10px;
				left: 265px;
				width: 220px;
			}
			div#right-column-box {
				position: absolute;
				top: 10px;
				left: 510px;
				width: 225px;
			}

div#wrapper-footer {
	clear: both;
	border-top: 1px solid rgb(223, 202, 221);
	color: rgb(137, 0, 70);
	background: #fff;
	text-align: center;
}
	div#wrapper-footer p {
		margin-bottom: 0px;
	}
	div#wrapper-footer div.inner {
		padding-bottom: 4px;
	}
	div#wrapper-footer a {
		color: rgb(137, 0, 70);
		text-decoration: none;
	}
	
#headerLogo {
	position: absolute;
	top: 20px;
	left: 0px;
	border: none;
}

div#studioLiMenu .folder ul {
	display: none;	
}

div.studioMenu {
	padding: 10px;
}
	div.studioMenu ul {
		list-style-type: none;
		text-align: right;
		padding-left: 0;
	}
		div.studioMenu ul li {
			padding-bottom: 1.0em;
			padding-right: 20px;
			background: url("../images/layout/menu_arrow_right.gif") right 3px no-repeat;
		}
		div.studioMenu ul li.down {
			background: url("../images/layout/menu_arrow_down.gif") right 3px no-repeat;
		}
			div.studioMenu ul li a {
				color: #fff !important; 
				line-height: 1.3em;
				font-size: 1.2em;
				font-weight: 600;
				text-decoration: none;
			}
			div.studioMenu ul li.selected a {
				text-decoration: none;
			}
			div.studioMenu ul li ul {
				margin-right: -20px;
				padding-top: 1.0em;
			}
				div.studioMenu ul li ul li {
					padding-right: 0;
					background: transparent;
				}
					div.studioMenu ul li ul li.selected a {
						text-decoration: underline;
					}
div#studioUserMenu {
	margin-top: -10px;
	color: #fff;
	text-align: left;
}
	div#studioUserMenu p {
		padding: 0px 0px 2px 0px;
		margin: 0 5px;
		margin-bottom: 0px;
		border-bottom: 1px dashed rgb(223, 202, 221);
	}
	div#studioUserMenu div.studioMenu {
		padding-top: 0;
	}
	div#studioUserMenu ul {
		padding-top: 5px;
	}

#leftAd {
	position: relative;
	width: 218px;
	overflow: hidden;
}
	#leftAdTop {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
div.articleListNews {
	margin-bottom: 20px;
}
div.article-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/layout/news_item_bottom.gif") center bottom no-repeat;
}
	div.article-item a {
		text-decoration: none;
	}
div.readmore {
	text-align: right;
	font-weight: 600;	
}
	div.readmore a {
		padding-right: 12px;
		background: url("../images/layout/link_arrow_right.gif") right center no-repeat;
	}

div#userProfile fieldset {
	padding: 20px;
}
	div#userProfile legend {
		color: #666;
		font-size: 12px;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	div#userProfile label {
		display: block;
		margin: 10px 0 4px 0;
		font-size: 14px;
		font-weight: 600;
	}
		div#userProfile label small {
			font-size: 10px;
		}
	div#userProfile input.text {
		width: 200px;
		font-size: 12px;
		padding: 3px;
	}
	div#userProfile input.submit {
		font-size: 12px;
		padding: 3px;
		float: right;
		margin: 10px 0;
	}
	div#userProfile textarea {
		width: 200px;
		height: 80px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 3px;
	}
