/*-----------------------------------------------------
+  basics
-----------------------------------------------------*/
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .9em;
	*font-size: .7em;
	color: #000;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.cleaner {
	clear: both;
	height:0px;
	font-size:1px;
	margin: 0;
	padding: 0;
	background:transparent;
}

/*-----------------------------------------------------
+ start here
-----------------------------------------------------*/
body{
	text-align:center;
	}
#wrap-all {
	width:1000px;
	margin:auto;
	text-align:left;
}
li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
}

/*-----------------------------------------------------
+ header
-----------------------------------------------------*/

#header {
	margin: 0 0 0 50px;
}

h1 {
	color:#dcdcdc;
	font-size:9em;
}

/*-----------------------------------------------------
+ navigation
-----------------------------------------------------*/

#nav {
	position:absolute;
	float:left;
	background: #fff;
	margin: 20px 0 0 -160px;
	padding:10px;
	width:130px;
	*width:150px;
}

li {
	font-family: Georgia;
	font-size:1.5em;
	padding: 0 0 5px 0;
}

li ul {
	position:absolute;
	visibility:hidden;
}
li:hover ul,
li.msieFix ul {
	position:relative;
	visibility:visible;
}
li ul li {
	font-size:.7em;
	padding: 0 0 10px 10px;
}
a {
	text-decoration:none;
	color:#a6a6a6;
}
a:hover {
	text-decoration:none;
	color:#707070;
}

/*-----------------------------------------------------
+ content
-----------------------------------------------------*/
#content {
	background: #dcdcdc;
	padding: 30px 30px 30px 100px;
	margin: -23px 0 0 55px;
	*margin: -24px 0 0 27px;
	float:left;
}

blockquote {
	padding:10px;
	background: url("images/text-background.gif") no-repeat bottom right;
	
}

h5, h6 {
	color:#5d5d5d;
}

h5 {
	font-size:1.2em;
	font-weight: bold;
}

h3 {
	margin: 20px 0 0 0;
	position: relative;
	color:#ededed;
	font-size: 4em;
}

h4 {
	margin: 0 20px 0 20px;
	font-size:1em;
	color:#949494;
}

p {
	margin:10px 0 0 0;
	font-size: 1.1em;
	color:#4b4b4b;
	line-height:1.4em;
}

img {
	background: #ededed;
	padding:5px;
	border: 1px solid #949494;
}

img.half {
	cursor:pointer;
}

#large1, #large2 {

	display:none;
}

#large2 {
  background-color:#eee;
	border:1px solid #666;
  padding:1em;
}





