* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #333333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	color: #333333;
    font-style: normal;
}

h1 {
    font-size: 24px;
	padding-bottom: 24px;
}

h2 {
	font-size: 16px;
	padding-bottom: 8px;
}

h3 {
	font-size: 14px;
	padding-bottom: 4px;
}

ul{
	list-style: none;
}

html {
    height: 100%;
}

body {
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 16px;
    position: relative;
    text-align: center;
	color: #333333;
	background-color: #FFFFFF;
}
.clearer {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	text-align: center;
}


.bold {
    font-weight: bold;
}


#container{
	padding: 24px 0;
	margin: 0 auto;
	text-align: left;
	width: 750px;	
}

#container #wraper{
	padding: 24px;
	border: 2px solid #CCCCCC;
}

#container #logo{
	float: right;
	width: 400px;
}

#container #content{
	padding-top: 180px;
}

#container #content .right{
	width: 400px;
}


#container #content .right ul li {
	list-style-position:inside;
	list-style-type:square;
}

#container #content ul{
	padding-bottom: 24px;
}

#container #projects_cloud {
	text-align: center;
	font-size:18px;
	line-height:20px;
	padding-bottom: 16px;
}

#container #projects_cloud a {
	white-space: nowrap;
	padding: 0px 2px;
}

#container #footer{
	color: #999999;
}

#container #footer ul li{
	display: inline;
}

#container #footer ul li.pipe{
	padding: 0 31px;
}