div.container {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
div.header {
	background-color:#fff;
	line-height:1px;
	margin-bottom:20px;
}
/* */
/* */
/* */ /* main */
/* */
/* */
div.main {
	background-color:#d4d2cd;
	text-align:left;
	padding-top:35px;
	padding-bottom:35px;
}
div.main div {
	margin-left:40px;
	margin-right:40px;
}
/* */
/* */
/* */ /* intro */
/* */
/* */
/*div.main div.intro {
	background-color:#33CCCC;
}*/
/* */
/* */
/* */ /* item */
/* */
/* */
div.main div.item {
	margin-left:0;
	margin-right:0;
	background-color:#d4d2cd;
	background-image:url(../images/elementBg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
div.main div.item h2 {
	text-align:right;
	margin-left:40px;
	margin-right:40px;
}
/* */
/* */
/* */ /* projects */
/* */
/* */
div.main div.projects {
	height:100%;
}
div.main div.projects div.project {
	background-color:#fff;
	padding:5px;
	margin-bottom:10px;
	clear:both;
	height:46px;
	behavior: url(css/hover.htc);
}
div.main div.projects div.project.hover,
div.main div.projects div.project:hover {
	/*background-color:#e9e8e6;*/
	background-color:#fff;
	cursor:pointer;
}
div.main div.projects div.project div {
	padding:0;
	margin:0;
	float:left;
	padding-top:14px;
	color:#f8360f;
	text-decoration:underline;
}
div.main div.projects div.project.hover div,
div.main div.projects div.project:hover div {
	color:#544f46;
}
div.main div.projects div.project div.thumbs {
	padding-top:0;
	padding-right:15px;
	text-decoration:none;
}
/* */
/* */
/* */ /* nav */
/* */
/* */
div.main div.nav {
	padding:18px;
	background-color:#e9e8e6;
	text-align:center;
	border-top:40px solid #d4d2cd;
	clear:both;
}
/* */
/* */
/* */ /* referentions */
/* */
/* */
div.main div.referentions {
	margin-top:20px;
}
div.main div.referentions div.contRefentions {
	background-color:#fff;
	clear:both;
	padding:0;
	margin:0;
	height:100%;
	margin-left:40px;
	margin-right:40px;
	overflow:hidden;
}
div.main div.referentions div.contRefentions div {
	padding:19px;
	margin:0;
	float:left;
	background-color:#fff;
}
div.main div.referentions div.contRefentions div.referentionsIntro {
	width:250px;
	padding-bottom:19px;
}
div.main div.referentions div.contRefentions div.referentionsIntro a:link,
div.main div.referentions div.contRefentions div.referentionsIntro a:visited {
	color:#f8360f;
}
div.main div.referentions div.contRefentions div.referentionsIntro a:hover,
div.main div.referentions div.contRefentions div.referentionsIntro a:active {
	color:#544f46;
}
div.main div.referentions div.contRefentions div.referentionsList {
	color:#f8360f;
	width:193px;
	padding-bottom:8px;
	padding-left:20px;
}
div.main div.referentions div.contRefentions div.referentionsList ul li {
	background-image:url(../images/bullit_red.gif)
}
div.main div.referentions div.contRefentions div.referentionsList ul li a:link,
div.main div.referentions div.contRefentions div.referentionsList ul li a:visited {
	color:#f8360f;
}
div.main div.referentions div.contRefentions div.referentionsList ul li a:hover,
div.main div.referentions div.contRefentions div.referentionsList ul li a:active {
	color:#544f46;
}
/* */
/* */
/* */ /* knowledge */
/* */
/* */
div.main div.knowledge {
	padding-top:40px;
	clear:both;
}
/* */
/* */
/* */ /* relative */
/* */
/* */
div.relative {
	margin-top:30px;
}
div.relative div.contCols {
	height:100%;
	margin:0;
	padding:0;
	padding-top:6px;
	clear:both;	
}
div.relative div.contCols span {
	display:block;
	padding-left:12px;
	background-image:url(../images/bullit.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	width:228px;
	float:left;
}
div.relative div.contCols span.right {
	margin-left:40px;
}
/* */
/* */
/* */ /* detail */
/* */
/* */
div.detail div.pics {
	background-color:#fff;
	padding:10px;
}
/* */
/* */
/* */ /* footer */
/* */
/* */
div.footer {
	background-color:#fff;
	margin-top:20px;
	color:#f8360f;
	padding:18px;
	text-align:center;
}
div.footer a:link,
div.footer a:visited {
	color:#f8360f;
}
div.footer a:hover,
div.footer a:active {
	color:#544f46;
}
