html, body, div, h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td 
{
	margin: 0;
	padding: 0;
}
a img {
	border: 0 solid;
}

body {
	background: #232323 url(images/bg.gif) repeat-x;
	text-align: center;
	font-family: tahoma;
}
.clear {
	clear: both;
}
.children {
	display:none;
}
#wrapper {
	width: 895px;
	border: 0px solid white;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
}
#header {
	height: 225px;
	width: 895px;
	background: url(images/header.gif) no-repeat;
}


/************************************/
/*************Navigation*************/
/************************************/

#nav ul {
	padding-top: 124px;
	padding-left: 10px;
	border: 0px solid #fff;
}
#nav ul li {
	list-style: none;
	float: left;
	font-size: 12px;
	padding: 19px 0px;
	border: 0px solid;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	padding: 19px 15px;
	color: #333333;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #f10c48 url(images/nav-btn-bg.gif) repeat-x;
	color: #fff;
}
#nav ul li.current-cat a, #nav ul li#selected a, #nav ul li.current-cat-parent a, #nav ul li.current_page_item a {
	background: #f10c48 url(images/nav-btn-bg.gif) repeat-x;
	color: #fff;
}

/************************************/
/************Navigation 2************/
/************************************/

#nav2 {
	border: 0px solid white;
	margin: 8px 0 0 0;
	float: right;
}
#nav2 a img {
	margin-right: 5px;
}

#nav2 a img.logotype {
	margin-right: 18px;
}

/************************************/
/***************Content**************/
/************************************/

#content {
	background: url(images/body-bg.gif) repeat-y;
	padding: 12px 30px;
}
#content p {
	padding: 0 0 10px 0;
}


/************************************/
/****************Work****************/
/************************************/

.work {
	margin-bottom: 13px;
}
.work h1 {
	font-size: 13px;
	font-weight: bold;
}
.work a, .work a:link, .work a:visited {
	color: #f10c48;
	text-decoration: none;
}
.work a:hover {
	text-decoration: underline;
}
.work a img, .work a:link img, .work a:visited img {
	border: 6px solid #333;
	margin-top: 3px;
}
.work a:hover img {
	border: 6px solid #f10c48;
}
.work img, .work img, .work img {
	border: 6px solid #333;
	margin-top: 3px;
}
.work img:hover {
	border: 6px solid #f10c48;
}


/************************************/
/***************Footer***************/
/************************************/

#footer {
	height: 50px;
	background: url(images/body-bottom.gif) no-repeat;
	color: #545454;
	font-size: 11px;
	border: 0px solid;
	padding: 17px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #f10c48;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#copyright {
	float: left;
}
#valid {
	float: right;
}