/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/* elements */
body{
	background-image: url('images/navtop.gif');
	background-repeat: repeat-x;
	font-family: Georgia, serif;
	color: #000;
	font-size: 12px;
	background-color: #ebebeb;
	margin: 0;
	padding: 0;
}

a{
	color: #669900;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover{color: #99cc33;}
a:visited{color: #669900;}
a:active{color: #669900;}
a:focus { outline: none; }

.navlink a{
	color: #000;
	font-size: 18px;
	text-decoration: none;
	font-weight: none;
	font-style: none;
}
.navlink a:hover{color: #669900;}
.navlink a:visited{color: #000000;}
.navlink a:active{color: #669900;}
.navlink a:focus { outline: none; }


h1{ 
	color: #000000;
	font-size: 18px;
	margin-bottom: 2px;
	text-align:right;
	font-weight: normal;
	margin-top: 50px;
}

h2{
	color: #000000;
	font-size: 24px;
	margin-bottom: 18px;
	margin-top: 0px;
	text-align:right;
	font-weight: normal;
}


p{
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0;
	text-align:right;
}


p#nav{
	font-family: "Georgia", serif; 
	text-align: right;
	color: #000;
	background-color: transparent;
	font-size: 18px;
	padding-top: 33px;
}


/* ----------container to center the layout-------------- */
#container {
width: 1000px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
}




/* ----------banner for logo-------------- */
#banner {
background-image: url('www.sharpietattoo.net/images/navtop.gif');
background-repeat:repeat-x;
text-align: right;
height: 90px;
padding: 0px;
margin: 0px;
}

/* -----------------content--------------------- */
#content {
background-color: #ebebeb;
padding: 0px;
margin-left: 512px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}


/* --------------left navi------------- */
#left {
float: left;
width: 490px;
margin: 0px;
padding: 0px;
}


