/* @override 
	http://www.colinbergh.com/css/style.css
	http://colinbergh.com/css/style.css
*/

/* @group 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background-color: #f2f2f2;
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
}

#title h1 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#container {
	width: 980px;
	padding-left: 20px;
}

.row_top {
	padding-top: 60px;
	padding-bottom: 20px;
}

.row_bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

#gallery {
	background-color: #fff;
	height: 380px;
}

#gallery ul.photos li {
	width: 582px;
	height: 382px;
	overflow: hidden;
}

#gallery ul.photos li img {
	width: 582px;
	height: 382px;
}

.about_p p {
	color: #808080;
}

.about_p p a {
	text-decoration: none;
	color: #B3B3B3;
}

.about_p p a:hover {
	color: #666;
	background-color: #FFFF99;
}

#item_links ul li a {
	text-decoration: none;
	color: #B3B3B3;
}

#item_links ul li a:hover {
	color: #666;
	background-color: #FFFF99;
}

a.standard {
	text-decoration: none;
	color: #B3B3B3;
}

a:hover.standard {
	color: #666;
	background-color: #FFFF99;
}

#main_menu ul li {
	line-height: 15px;
}

p.cv {
	line-height:15px;
	color: #808080;
}

.contact {
	line-height:15px;
}

#main_menu ul li a {
	color: #000;
	text-decoration: none;
}

hr.border {
	background-color: #000;
	width: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}

hr.border_grey {
	background-color: #666;
	width: 10px;
	margin-top: 7px;
	margin-bottom: 5px;
}

#main_menu ul li a:hover {
	color: #000;
	background-color: #FFFF99;
}

.highlight {
	background-color: #FFFF99;
}

.subline {
	color: #4c4c4c;
}

a#previous {
	display: block;
	background: url(/images/core/previous.gif) no-repeat;
	width: 12px;
	float: left;
	text-indent: -9999em;
	padding-left: 7px;
}

a#next {
	display: block;
	background: url(/images/core/next.gif) no-repeat;
	width: 12px;
	float: left;
	text-indent: -9999em;
}

#cv p {
	color: #666666;
	margin-bottom: 7px;
}

#contact_info {
	color: #666666;
}

#contact_info a{
	text-decoration: none;
	color: #666666;
}

#contact_info a:hover{
	color: #666;
	background-color: #FFFF99;
}

