
/************************** PAGE SETUP STYLES ***************************/

a:link {
	color:#006600;
	text-decoration: none;
	}
a:visited {
	color:#006600;
	text-decoration: none;
	}
a:hover {
	color:#009933;
	text-decoration: none;
	}
a:active {
	color:#006600;
	text-decoration: none;
	}

img{
	border:1px solid black;
	margin:5px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	margin-top:0px;
}

/********************* SKIN SPECIFIC STYLES ***************************/

#container{
	text-align:center;
	width:900px;
	margin: auto;
}

#top{
	margin:auto;
	text-align:left;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:135px;
	width:760px;
}

#top h1{
	padding: 0;
	margin: 0;
}

#leftnav{
	text-align:left;
	float: left;
	width: 200px;
	padding-top:10px;
	padding-bottom:10px;
}

#topnav{
	position:absolute;
	margin-left:178px;
	margin-top:83px;
	width:275px;
	height:34px
}

#content{
	width:680px;
	text-align:left;
	margin-left:210px;
	margin-top:7px;
	background-image:url(images/main_mid.jpg);
	background-repeat:repeat-y;
}

#content_top{
	padding-top:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

#main_content{
	padding-left:23px;
	padding-right:30px;
	background-image:url(images/main_top.jpg);
	background-repeat:no-repeat;
	text-align:justify;
	min-height:112px;
 	height:auto !important;
 	height:112px;	
	line-height:1.5;
}

#footer{
	text-align:center;
	height:56px;
	background-image:url(images/main_bottom.jpg);
	background-repeat:no-repeat;
}

#artcontent{
	width:95%;
	text-align:left;
}

#artcontent_top{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

#artmain_content{
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	border:1px solid gray;
	padding-bottom:10px;
	margin-bottom:5px;
	line-height:1.5;
}

.button{
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	border:1px solid black;
	width:122px;
	height:20px;
	text-align:center;
	font-weight:bold;
	line-height:19px;
}

.button a{
	width:100%;
	height:20px;
	display:block;
}

/******************* HORIZONTAL AND VERTICAL MENU STYLES ***************************/

.vmenutable{
	font-size:11px;
	text-align:center;
	border-collapse:collapse;
	width:100%;
}

.vmenutop{
	background-image:url(images/menu_left_top.jpg);
	background-repeat:no-repeat;
	height:33px;
}

.vmenumid{
	background-image:url(images/menu_left_mid.jpg);
	background-repeat:no-repeat;
	height:28px;
}

.vmenubottom{
	background-image:url(images/menu_left_bottom.jpg);
	background-repeat:no-repeat;
	height:33px;
}

.hmenutable{
	border-collapse:collapse;
	width:100%;
	height:100%;
	font-size:14px;
	text-align:center;
}

.hmenuleft{
	vertical-align:top;
	padding-top:8px;
}

.hmenumid{
	vertical-align:top;
	padding-top:8px;
}

.hmenuright{
	vertical-align:top;
	padding-top:8px;
}

/**************** ARTICLE COMPONENT STYLES ********************/

.box{
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:6px;
	min-height:100px;
 	height:auto !important;
 	height:100px;
}

.bar{
	font-size:14px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #CCCCCC;
	background-image:url(images/bar.jpg);
	background-repeat:repeat-x;
}

.bar a{
	width:100%;
	display:block;
}

html>body .bar a {
		width: auto;
}

.icone{
	float:left;
	margin-top:5px;
	width:60px;
	height:60px;
	background-color:#FFFFFF;
}

.description{
	padding:10px 10px 10px 80px;
}

#shifter{
	margin-left:50px;
}
