/* -------------------------reset------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* --------------------------------end reset-------------------------------- */


/* ------------------------------------------global------------------------------*/

body{
	font-size:.8em;
	color:#b7ceff;
	font-family:georgia,"times new roman"
}

h1{
	text-align:center;
	margin:0 0 30px 0;
	font-size:2em;
	font-weight:bold;
}

h2{
	text-align:left;
	color:#fff;
	padding:0px 20px 6px 20px;
	font-weight:bold;
	font-size:1.1em;	
}

h3{
	font-size:1.6em;
	font-weight:bold;
	padding:15px 0 0 0;
}

a:link,a:active,a:visited{
	color:#003;
}

a:hover{
	color:#996;	
}

p{
	margin-top:20px;	
	line-height:  1.5em;
	font-size:1.3em;
	padding: 0;
	text-indent: 20px;

}
.italics{
	font-style:italic;
}

/* ----------------------------------End Global-----------------------------*/

/* --------------------------------layout-----------------------------------*/
html,body{
	background: url("../images/background.png") repeat;	
}

#background{
	background:url("../images/h-background.png") repeat-x;	
}

#wrapper{
	background:url("../images/background.png") repeat;	
}

#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url("../images/background.png") repeat;	
	position:relative;
}

#header{
	background:url("../images/header.png") no-repeat center;
	width:1000px;
	height:261px;
}

#header a{
	width:100%;
	height:100%;
}

#nav ul li a{
	padding:5px 15px 5px 15px;
	letter-spacing:.3em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-family:"times new roman";
	font-size:1.2em;
}

#nav ul li{
	display:inline;	
}

#nav ul li a:hover{
	color:#996;	
}

#nav{
	position:absolute;
	left:0px;
	top:155px;
	width:1000px;
	text-align:center;
}

#main{
	width:1000px;
}

#front-page{
	float:left;
	padding:10px;
	margin:30px 30px 0 0;
	width:400px;
	text-align:center;
}

#rightColumn{
	padding:30px;
	margin-top:20px;
}

#rightColumn p{
	line-height:  1.5em;
	font-size:1.3em;
	padding: 0;
	margin:0;
	text-indent: 20px;	
}

#small_paintings{
	text-align:center;
}

#small_paintings td{
	vertical-align:top;
	text-align:center;
}

.thumb_paintings{
	margin:20px;
	background:#000;
}

#footer{
	clear:both;
	text-align:center;
	padding:20px 10px 0 0;
	width:1000px;
	border-top:1px solid #fff;
}

#footer li{
	display:inline;
	padding:5px 5px;	
}


/* artist.php ---- training.php */

#main_text{
	line-height:  1.5em;
	padding: 30px;
	margin:0;
	text-indent: 1em;	
	font-size:inherit;
	width:677px;
	margin-left:260px; 
}

#main_text p{
	margin:0;
}

#artist_nav{
	width:200px;
	float:left;
	margin:0 0 40px 0;
	padding:50px 30px 0 30px;
}

#artist_nav{
	font-size:1.3em;
}

#artist_nav ul li{
 	padding:20px; 
}

/*      gallery          */

#main_text td{
	text-align:center;
	padding-bottom:80px;
	font-size:1.3em;
}

/*     Workshops         */

.where{
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	font-size:1.3em;
	color:#000;
	margin-bottom:40px;
}

/* login */

.login label,.login input{
	display:block;
	float:left;
	margin:0 0 10px 0;
}

.login label{
	width:auto;
	text-align:right;
	padding:6px;
	width:70px;
}

.login br{ clear:left; }

#news p { text-indent:0; }

/*-------------------------------End Layout------------------------------------------*/
