* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 18px;
	}
	
p, h1, h2, h3, h4, ul, ol {
	margin-top: 16px;
	}	
	
.it h2, .it h3 {
	clear: both;
	}
	
.it_home {
	font-size: 12px;
	line-height: 22px;
	}
	
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #901945;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	}
	
h1 {
	font-size: 22px;
	}
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
ul, ol {
	list-style: square outside;
	}
	
a:link, a:visited {
	color: #469add;
	text-decoration: none;
	}
	
a:active, a:hover {
	color: #fff;
	text-decoration: underline;
	}

.container {
	width: 855px;
	margin: 20px auto 80px auto;
	background: #ccc;
	}
	
.header {
	height: 102px;
	background: url(../images/bg_header.gif) repeat-x left top;
	font-size:11px;
	}
	
.logo {
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	clear: none;
	}

.links {
	float: right;
	clear: none;
	position: relative;
	top: 36px;
	right: 20px;
	color: #666;
	word-spacing: 10px;
	}
	
.links a:link, .links a:visited {
	color: #666;
	text-decoration: none;
	}
	
.links a:active, .links a:hover {
	text-decoration: underline;
	}
	
.pic {
	background: #000 url(../images/bg_pic.jpg) left top;
	height: 248px;
	}
	
.pic_inner {
	background: #000 url(../images/bg_pic.jpg) left center;
	height: 124px;
	}
	
.pic_wps {
	background: #000 url(../images/bg_pic_wps.jpg) left center;
	height: 124px;
	}	

.pic_wis {
	background: #000 url(../images/bg_pic_wis.jpg) left center;
	height: 124px;
	}
	
.pic_wss {
	background: #000 url(../images/bg_pic_wss.jpg) left center;
	height: 124px;
	}	
	
.menu {
	border-top: 1px #2d2d2d solid;
	}
	
.content_wrap {
	background: #2e2e2e url(../images/bg_content_wrap.gif) repeat-x left top;
	}
	
.content_side {
	float: left;
	width: 550px;
	}
	
.content {
	float: left;
	width: 100%;
	}

.it {
	padding: 20px;
	text-align: justify;
	}

.content_wrap img {
	float: left;
	margin: 0 10px 10px 0px;
	padding: 4px;
	background: #fff;
	border: 1px solid #666;
	}
	
.it ul {
	margin-left: 40px;
	margin-bottom: 20px;
	}

.side {
	float: right;
	clear: none;
	width: 300px;
	background: url(../images/bg_separator_vert.gif) repeat-y left top;
	font-size: 11px;
	}

.side_it {
	padding: 20px;
	font-size: 11px;
	}

.side ul, .side ol .insert ul, .insert ol {
	list-style-type: none;
	}


.side ul li, .side ol li, .insert ul li, .insert ol li {
	margin-top: 10px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 15px;
	}

.sd {
	clear: both;
	}
	

.projects {
	background: url(../images/bg_separator_horiz.gif) repeat-x left top;
	clear: both;
	padding: 2px 20px;
	}
	
.projects img {
	float: none;
	margin: auto;
	}
	
.footer {
	height: 80px;
	clear: both;
	color: #444;
	background: #000 url(../images/bg_footer.gif) left top repeat-x;
	border-top: 5px solid #4f182c;
	border-bottom: 1px solid #333;
	padding-top: 40px;
	text-align: center;
	margin: -20px 0 0 0;
	font-size:11px;
	}
	
.footer a:link, .footer a:visited {
	color: #666;
	text-decoration: none;
	} 
	
.footer a:hover, .footer a:active {
	color: #fff;
	text-decoration: underline;
	}

.align_right, img.align_right {
	text-align: right;
	float: right;
	margin: 0 0 20px 20px;
	}
	
.insert {
	width: 250px;
	float: right;
	clear: none;
	margin: 0 0 20px 20px;
	padding: 0 20px;
	border: dotted 1px #ccc;
	font-size: 12px;
	}
	
.insert ul, .insert ol {
	list-style-type: none;
	margin: 0;
	}
	
.insert ul li, .insert ol li {
	margin: 10px 0;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 15px;
	}
	
.center {
	text-align: center;
	margin: auto;
	}
	
