

* { padding: 0; margin: 0; }

body {
 background-color: #FFFFFF;
	
}

img {

	border:0px solid #adadad;
}
#container { 

 width: 940px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 30px;
 padding-left: 60px;
}


/* ---------- Header -------- */

#nav {
width: 940px;
height: 100px;
padding-top: 0px;
}

#header {
  width: 940px;
  padding: 10px 0 10px;
  height: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
  border-bottom: 1px solid #adadad;
  border-top: 1px solid #adadad;
  text-align: left;
  font-style: normal;
}

#header h1 {
color:#adadad;
font-family: georgia, serif;
font-size:24px;
font-weight:normal;
letter-spacing:.2px;
line-height:24px;
padding-top:10px;
}

#header a, a:visited {
text-decoration: none;
color:#747474;
}

#header a:hover{
text-decoration: none;
color:#3cdbff;
}

#header_logo {
  width: 300px;
  height: 50px;
  float:left;

}

#header_contact {
  float: right;
  position:relative;
	width: 400px;
	padding-top: 20px;
	font-size: 16px;
	font-family: georgia, serif;
	color: #747474;
	text-align: right;
}

#header_contact h1 {
	width: 250px;
	text-decoration: none;
	font-size: 16px;
	font-family: georgia, serif;
	color: #747474;
	text-align:left;
	padding-bottom: 10px;
}

#header_contact a {
	text-decoration: none;
	background:#ff5649;
	color:#ffffff;
	padding: 10px;
}


#header_contact a:hover {
	text-decoration: none;
	background:#ffffff;
	color:#ff5649;
}

#content_contact h1 {
color:#ff5649;
font-family: georgia, serif;
font-size:24px;
font-weight:normal;
letter-spacing:-1px;
line-height:35px;
padding-top:20px;
padding-bottom: 20px;
}

#content_contact p {
color:#747474;
font-family: georgia, serif;
font-size:16px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;

}

#content_contact ul,ol {
font-size:16px;
margin:10px 10px 10px 25px;
color:#747474;
font-family: georgia, serif;
font-size:14px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.6em;
}

#content_contact a, a:visited {
text-decoration: none;
color:#adadad;
}


#content_contact a:hover {
	text-decoration: none;background:#ffffff;
	color:#ff5649;
}

#about {
	width: 720px;
	height: 85px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #747474;
	padding: 10px 0 10px;
	
	background-repeat:no-repeat;
	background-position:left center;
}
#about h1 {
	text-decoration: none;
	font-family: georgia, serif;
	font-size:26px;
	color: #747474;
	font-weight:normal;
}

/* ----------End Header -------- */

/* ----------Content -------- */



.div {
border-bottom:0px dotted #747474;
height:30px;
margin-bottom:20px;
width:940px;
}

#content { 
 width: 940px;
 color: #747474;
 margin: 0;
 padding: 0px 0;
 z-index: 4;
}

#content .project{
	display:block;
	float:left;
	
	height:350px;
	line-height:12px;
	padding:10px;
	position:relative;
	width:450px;

}

#content .project .title{
	font-family: georgia, serif;
	font-size:12px;
	line-height: 16px;
	padding-top: 8px;
	}


#content .project:hover {
	background:#3cdbff none repeat scroll 0 0;
	color:#FFFFFF;
}

.thumbs {
	border:medium none;
	text-decoration:none;
}


#content_about {
width: 940px;
}

#content_about h1 {
color:#ff5649;
font-family: georgia, serif;
font-size:24px;
font-weight:normal;
letter-spacing:-1px;
line-height:35px;
padding-top:20px;
padding-bottom: 20px;
}

#content_about p {
color:#747474;
font-family: georgia, serif;
font-size:16px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;

}

#content_about ul,ol {
font-size:16px;
margin:10px 10px 10px 25px;
color:#747474;
font-family: georgia, serif;
font-size:14px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.6em;
}



/* ----------End Content -------- */

/* -----------Start More ------------- */
#more {
	display: block;
	font-family: georgia, serif;
	font-size: 16px;
	float: left;
	height: 15px;
	padding: 10px;
	background: #3cdbff none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#more a{
	padding: 12px;
	text-decoration: none;
	color: #ffffff;
}

#more:hover {
	background:#ff5649 none repeat scroll 0 0;
}

#more a{
	
}

/* ------------End More ------------- */

/* ----------Start footer -------- */
#footer {
  background:#ffffff none repeat scroll 0% 0%;
  clear:both;
  color:#747474;
  height:125px;
  margin:0 0 0 -10px;
  text-align:left;
  width:940px;
  padding: 10px;
  
}
#footer a {
  color:#747474;
  font-size:14px;
  margin-bottom:1000px;
  text-decoration:none;
  width:293px;
}

#footer a:hover {
	background:#ff5649;
	color:#ffffff;
}
#footer h3 {
  color:#747474;
  font-style: normal;
  font-family: georgia, serif;
  font-size:14px;
  font-weight:bold;
  padding-bottom: 3px;
  padding-left: 3px;
  
}
#footer .block {

  height:125px;
  margin-left:auto;
  margin-right:auto;
  width:940px;
}
#footer .section {

  float:left;
  height:110px;
  padding-top:5px;
  width:300px;
}



#footer .section p{
  border-bottom:1px dotted #747474;
  padding:3px;
  font-family: georgia, serif;
  font-size: 14px;
}
#footer .ii {
  margin-top:5px;
}
/* ----------End footer -------- */

/* ----------Start Copyrights -------- */

#copyrights {
	background-color: #ffffff;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #747474;
	font-family: georgia, serif;
	margin: 0 0 0 -10px;
}
#copyrights a {
	text-decoration: none;
	color: #747474;
}

#copyrights a:hover {
	text-decoration: none;
	color:#3cdbff;
}
	
#copyrights .cop {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* ----------End Copyrights -------- */

