	
/* Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* body */


body {
	margin: 0;
	padding: 0;
	font-family:Helvetica,"Helvetica Neue",Arial,sans-serif; 
	line-height:1.49em;
	font-size: 62.5%;
	color: #000;
	color: rgba(0,0,0,1);
	background: #f1f1f1 url(images/background.jpg);
	}
	
	
	
/* links */

a:link, a:visited {
	color: #9c9b9b; 
	text-decoration: none;
	}
a:hover {
	color: #000; 
	}
	
/*  content */



#container { 
width:79em;
padding: 0 0 0 70px ;
}


#header { 
margin: 30px 0 0 0px;
border: 0px solid red;
padding:0 0 90px 0 ;
}


#logo { 
width: 50em;
border: solid red 0px;
float:left;
}

#contact { 
width: 22emx;
border: solid red 0px;
float:left;
border: solid red 0px;
}


#main { 
margin: 100px 0 0 2em;

}


#folio { width: 22em;
float:left;
padding:0 20px 30px 0 ;
display:inline;
}

#folio_id { width: 14em;
float:left;
padding:0 20px 30px 0 ;
display:inline;
}

.last {
margin:0;
padding:0;
}

#identity { width: 72em;
float:left;
padding:30px 0px 15px 0px ;
}

#info { 
border: 0px solid red;
width: 30em;
float:left;
padding:0 20px 30px 90px ;
display:inline;
}

#links { 
width: 14em;
float:left;
padding:0 20px 30px 0 ;
display:inline;
}


#misc { 
width: 14em;
float:left;
padding:0 0px 30px 0 ;
display:inline;
margin:0;

}





#footer { 
background:#fff;
border: 0px solid red;
overflow:hidden;
padding:30px 0 0 0;
}

#logo { 
background: url(images/logo2.png) no-repeat 0px;
color:#868383;

}


#logo a { 
padding: 0 3px 0 20px;
font-weight:bold;
color:#000;
font-size: 1.2em;
letter-spacing:-.1px;
}

#logo a:hover { 
padding: 0 3px 0 20px;
font-weight:bold;
color:#444;
font-size: 1.2em;
letter-spacing:-.1px;
}


.image {
margin:0 0 15px 0;
}


.image_misc {
margin:0px 0 0px 2px;
}


.image_misc2 {
margin:5px 0 0px 0px;
}

h2 {
font-weight:bold;
font-size:1.2em;
margin:0;
padding:0;
}



h2 a:link, h2 a:visited {
color:#000;
}

h2 a:hover, h2 a:active {
color:#f21818;
}


p {
font-weight:normal;
font-size:1em;
color: #8e8e8e;
margin:0 0 .5em 0;
line-height:1.3em;

}

#info p { 

padding:0 10px 0px 0px ;
}


.about { 

   display: none;

}

 #more {
 width: 79em;
 float:left;
 margin:0;
padding:0px 0 0 0;
border:0px solid red;
 }

 #more a {
 font-weight:bold;
 color:#000;
 }

 #more a:hover{
 font-weight:bold;
 color:#9c9b9b;
 }




#folio_end { width: 22em;
float:left;
padding:0 20px 10px 0 ;
display:inline;
}




ul.miscing {	

	margin: 0 0 0px 0;

	}

ul.miscing li {

	margin: 0 0 0px 0;

	font-weight: normal;

	}

ul.miscing li a em {

	display: block;
color:#000;

	font-weight: bold;
font-size:1.2em;
	font-style: normal;


	}

ul.miscing li a img {	

	float: left;

	width: 36px;

	margin: 0px 5px 0 0;

	opacity: .8;

	-webkit-transition: all .2s ease;

	-moz-transition: all .2s ease;

	-o-transition: all .2s ease;

	transition: all .2s ease;

	}
	
	
ul.miscing li a:hover img {	

	opacity: 1;

	}


