/**
* CSS
* 
* @version 1.0
* @author chang 
* @author eduardo
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/20px corbel, sans-serif;
	color:#666666;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#0099FF; outline:none; }
a:active { text-decoration: none; color:#0066FF; outline:none;}
a:visited { text-decoration: line-through; color: #0099FF; }
#menu a:hover{ text-decoration:none; border-bottom: 1px dotted #0099FF; padding-bottom:0.08em; outline:none;}
p a:hover{ text-decoration:none; border-bottom: 1px dotted #0099FF; padding-bottom:0.08em;}

a img,:link img,:visited img, :hover img, img a, img a:hover, img a:link,{ border:none; outline:none; border-bottom:0px; }

#img-container a img,:link img,:visited img, :hover img{ border:none; outline:none; border-bottom:0px;}

#menu {
    width: 270px;
	background-color: #fff;
	padding:10px;
	float:left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    top: 0;
	left:0;
	margin-left:290px;
	padding-top:10px;
}

#content hr{
width:600px;
height:5px;
color:#FFFFFF;
border:none;
border-bottom:1px #333333 dotted;
margin:5px 0px;}

.container {
    padding: 15px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
	font: 14px/20px corbel, sans-serif;
	font-weight:normal;

}

h1 { font-size: 16px;}
h2 { font-size: 15px;}
h3 { font-size: 14px;}
h4 { font-size: 13px;}
h1, h2, h3, h4 { font-weight:normal; padding:none; line-height:0.05em;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


strong{
font-size:16px;
line-height:1em;
font-style:italic;
font-weight:200;
letter-spacing:0.02em;}

#container p{
padding-top:20px;}

hr{
height:5px;
color:#FFFFFF;
border:none;
border-bottom:1px #333333 dotted;
margin:5px 0px;}

#thumbs{margin:0px; float:left; margin-bottom:10px; width:600px;}
#thumbs img{ float:left; margin:0px; padding:0px;}

