

* { padding: 0; margin: 0; }

body {
 background-color: #ffffff;
	
}

img {

	border:0px solid #adadad;
	padding-bottom: 20px;
}
#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;
}

#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 -------- */

/* ----------Start content -------- */



#content .project-big{
	display:block;
	float:left;
	font-family:georgia, serif;
	font-size:12px;
	line-height:15px;
	position:relative;
	width:720px;
	margin-bottom: 30px;
}

#content .opis{
	width: 180px;
	float: right;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
	
	
}

#content .opis-nav {
border-bottom:1px dotted;
border-top:1px dotted;
color:#747474;
float:right;
font-family:georgia, serif;
font-size:12px;
height:50px;
line-height:48px;
position:relative;
text-align:left;
width:180px;
}

#content .opis-nav a{
	text-decoration: none;
	padding: 3px;
	color:#747474;
}

#content .opis-nav a:hover{
	text-decoration: none;
	color:#3cdbff;
}
#content .opis h2 {
	font-family:georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #747474;
}

#content .opis p {
font-family:georgia, serif;
font-size: 14px;
padding-top: 5px;
font-style: italic;
color: #adadad;
}


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

/* ----------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:#fff;
}
#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 -------- */
