/*
-----------------------------------------------
Main Style Sheet

Site: Online portfolio
Author: Evgeniya Rudenko(Sharp) 
Version:  1 May 2009
----------------------------------------------- */
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
a img {
	border-width: 0; 
	border-style: none;
}
a {
  background-color: inherit;
	color: #fff;
}
/*=======General Typography================== */
/* if 1em = 10px*/
body {
	font: 62.5%/1.6 Helvetica, Verdana, Arial, sans-serif;
}
h1 {
  font-size: 2.5em;
  font-weight: 400;
	visibility: hidden
}
h2 {
  font-size: 2.5em;
  font-weight: 800;
	color: #771515;
	padding-top: 10px;
}
h3 {
  font-size: 2em;
	color: #771515;
	padding-top: 10px;
} 
h4 {
  font-size: 1.5em
}
li  {
	font-size: 1.4em
}
p {
  font-size: 1.6em;
	color: #535252;
}
/*=======general layout ========*/

body {
	text-align: center;/* centering for IE5.x/Win */
}
#banner {
height: 153px;
background: url(images/banner.png) no-repeat top center;
}
#container { 
width: 800px;
height: 800px;
background-color: #9b9a9c;
height: 100%;
margin: 0 auto;
}
/*============general style========*/
/*-----------background----------------*/
html {
background-color: #373636;
color: #fff;
}
body {
background: url(images/line.png) repeat-x 0 45px;
}
#mainContent {
background-color: #e8e8e8;
border: 10px solid #fff;
width: 700px;
height: 620px;
margin: 0 auto;
}
em { font-weight: bold;
font-style: normal; }