body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;		/* 16px  62.5% = 10px */
	color:#000;
	background-color:#ffffff;
	text-align:left;
	margin:0;
}


/*---------- MAIN LINKS ----------*/



a {
	color:#000077;
	text-decoration:none;
}

a:hover {
	color:#f58466;
}

.clear {
	clear:both;
}





/*---------- Container: start ----------*/

#container {
	width:830px;
	margin:52px auto;
	text-align:left;
	color:#000;
	background-color:#fff;
}

/*---------- Container: end ----------*/



/*---------- Header: start ----------*/

#header {
	background-color:#fff;
}

#logo {
	float:left;
}

#logo h1 a {
	width:151px;
	height:59px;
	background:url(../images/artrole_logo.gif) no-repeat;
	display:block;
}

#logo h1 a span {
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
}

#nav {
	padding-top:23px;
	font-size:1.1em;
	float:left;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
}

#nav li span {
	padding:0 8px;
	color:#666;
}

#image {
	height:107px;
	overflow:hidden;
	clear:both;
}

.title {
	width:830px;
	height:3.4em;
	border-top:9px;
	border-style:solid;
}

.title h2 {
	font-weight:normal;
	font-size:2.3em;
	padding:3px 0 0 20px;
}

#title_about {
	color:#e19a54;
	background-color:#e16f06;
	border-color:#bf0000;
}

#title_projects {
	color:#cf0;
	background-color:#9c0;
	border-color:#030;
}

#title_events {
	color:#7688cc;
	background-color:#66c;
	border-color:#306;
}

#title_artists {
	color:#7cbce6;
	background-color:#419de6;
	border-color:#006;
}

#title_contact {
	color:#f0e9dd;
	background-color:#bdb2a0;
	border-color:#716652;
}

#title_education {
	color:#bd7e3e;
	background-color:#963;
	border-color:#630;
}

#title_links {
	color:#ff6;
	background-color:#ffcc33;
	border-color:#e88b00;
}


/*---------- Header: end ----------*/



/*---------- Content: start ----------*/

#content {
}

#content_pos {
	overflow:hidden;
	padding:20px 110px 0px 20px;
}

#content_pos_fs {
	font-size:11px;
	overflow:hidden;
	padding:20px 110px 0px 20px;
}

#content_pos_about {
	overflow:hidden;
	padding:20px 20px 0px 20px;
}


#content p {
	line-height:1.8em;
}

#content h3 {
	font-size:2.2em;
	font-weight:normal;
	line-height:1em;
}

#content h4 {
	font-size:1.3em;
	font-weight:normal;
	color:#006;
	margin-bottom:18px;
}

#content h6 {
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:19px;
}

.content_image {
}

#content #content_title_events {
	color:#006;
}

#content #content_title_projects {
	color:#030;
}

#content #content_title_education {
	color:#630;
}


/*---------- Content: end ----------*/



/*---------- Footer: start ----------*/

#footer {
	clear:both;
	height:54px;/*20px*/
	background-color:#fff;
}

/*---------- Footer: end ----------*/


/* events */
#content_nav {
	width:190px;  /*---------- orig 170px ----------*/
	font-size:12px;  /*---------- orig 1.1em ----------*/
	float:left;
	padding-right:20px;
	padding-bottom:4040px;
	margin-bottom:-4000px;
}

#content_nav ul {
	list-style:none;
}

#content_nav li {
	padding-bottom:10px;
}

#content_body {
	width:470px; /*---------- orig 490px ----------*/
	padding:0px 0 20px 20px;
	background:url(../images/dot.gif) repeat-y;
	float:left;
	padding-bottom:4040px;
	margin-bottom:-4000px;
}


/* About */
#content_about_col1 {
	width:190px;
	float:left;
	font-size:12px;
	line-height:24px;
	color:#0066CC;
	padding-right:35px;
}

#content_about_col2 {
	padding-bottom:4080px;
	margin-bottom:-4000px;
	width:290px;
	background:url(../images/dot.gif) repeat-y;
	float:left;
	padding-left:20px;
	padding-right:30px;
}

#content_about_col3 {
	padding-bottom:4080px;
	margin-bottom:-4000px;
	width:175px;
	background:url(../images/dot.gif) repeat-y;
	float:left;
	padding-left:20px;
}



/* Artists */
#content_art_nav {
	width:145px;
	padding-bottom:4080px;
	margin-bottom:-4000px;
	font-size:0.8em;
	float:left;
}

#content_art_nav ul {
	list-style:none;
	margin-bottom:1em;
}

#content_art_nav ul li{
	color:#006;
}

#content_art_photo {
	padding-bottom:4080px;
	margin-bottom:-4000px;
	width:185px;
	background:url(../images/dot.gif) repeat-y;
	float:left;
	text-align:center;
	overflow:hidden;
}

#content_art_photo img {
	border:1px solid #999;
}

#content_art_body {
	padding-bottom:4080px;
	margin-bottom:-4000px;
	width:350px;
	padding-left:20px;
	background:url(../images/dot.gif) repeat-y;
	float:left;
}


/* Projects */
#photos {
	border-top:4px solid #cf0;
	border-bottom:4px solid #cf0;
	margin-top:28px;
	padding:15px 0;
}

#photos #title {
	font-size:13px;
	font-weight:bold;
	color:#030;
	margin-bottom:5px;
}

#photos a {
	color:#030;
	font-weight:bold;
}

#photos a:hover {
	text-decoration:underline;
}


.red {
	color:#990000;
}
.content_image_margin {
	margin-bottom:10px;
	margin-right: 10px;
	margin-left: 10px;
}
a2 {
	color:#666;
	text-decoration:none;
	font-size: 14px;
}
