body {
	min-width: 500px;

	color: #bbb;
	background-color: #222;

	text-align: center;
	text-decoration: none;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

#outer{
	text-align: center;
	width: 800px;
	margin: auto;
}

#banner{
	color: #bde;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#banner strong{
	font-size: 20px;
	color: #fff;
}

#contact{
	text-align: right;
	float: right;
}

#header{
	background-color: #7ab;
	height: 80px;
	width: 100%;
	text-align: center;
	margin: auto;
/*	background: #000000 url(../images/globe_grip.gif) no-repeat top center; */
}

#content{
	
}

.content_block{
	background-color: #555;
	padding-bottom: 10px;
}

#footer{

}

body h2{
	color: #BBDDEE
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;

  } 

body a:link {
	color: #77AABB;
	text-decoration:  none;
}	
body a:visited {
	color: #77AABB;
	text-decoration:  none;
}	
body a:hover, body a:active {
	color: #BBDDEE;
	text-decoration:  none;
}	

body img {
	border-color: #77AABB;
}
body img:hover {
	border-color: #BBDDEE;
}
body strong {
	color: #BBDDEE;
}

div.hr {
	height: 15px;
	background: url(../images/hr.png) no-repeat scroll center;
	/*background: #222222 url(../images/hr1.gif) no-repeat scroll center;*/
}
div.hr hr {
	display: none;
}

.text8 {
	font-size: 8pt;
}

.text_no {
	color: #ddbf76;
	background-color: #000;
	border: 0px;
	width: 400px;
}

.resume{
	width:600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.content_text{
	width: 700px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.art_gallery{
	overflow: hidden;
}

.art_item{
	text-align: center;
	float: left;
	width: 200px;
	height: 150px;
	font-size: 12px;
}

.web_gallery{
	overflow: hidden;
}

.web_item{
	text-align: center;
	float: left;
	width: 200px;
	height: 300px;
	font-size: 12px;
	background: url(../images/item_seperator.png) repeat-y right;
}

.web_item p{
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}