/*--- General ---*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px;}

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #142a5b;
	font-size: 62.5%;
}

#container {
	margin: 0 auto;
	width: 900px;
}

.clear {
	clear: both;
}
/*--- Typography ---*/
h1 {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	float: left;
	padding-top: 20px;
}

h2 {
	color: #244386;
	font-family: Arial, helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
}

#projects h2 {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

h3 {
	color: #244386;
	font-family: Arial, helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}

h4 {
	color: #85b2d3;
	font-family: Arial, helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

h5 {
	color: #85b2d3;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

h5 a {
	color:  #85b2d3;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

p {
	color: #85b2d3;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-align: justify;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	float: right;
	padding-top: 40px;
}

ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

ul li a {
	color: #c8d7dc;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*--- Style ---*/

/* Header */

/* Feature */
#feature {
	margin-top: 65px;
}

/* Body */
#body {
	padding-top: 120px;
}

#column1 {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	float: left;
}

#column2 {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	float: right;
}

/* Projects */
#projects {
	height: 100px;
	width: 860px;
	margin: 20px auto;
	background-image: url(../img/projectsbg.png);
}

#projects img {
	margin-right: 20px;
	margin-top: 20px;
	border-width: 0px;
}

/* Footer */