/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar

*/
{
	margin: 0;
	padding: 0;
}

body {
	font-size: 9px;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #fff;
}

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


#menu a:link { 
	color: #39393a;
	text-decoration: none;
	}
#menu a:active { 
	color: #39393a;
	text-decoration: none;
	}
#menu a:focus { 
	color: #39393a;
	text-decoration: none;
	}
#menu a:visited {
	color: #39393a;
	text-decoration: none; 
	}
#menu a:hover { 
	color: #39393a;
	text-decoration: none; border-bottom: 1px dotted black;
	}
	
#content a:link { 
	color: #39393a;
	font-weight: bold;
	text-decoration: none;
	}
#content a:active { 
	color: #39393a;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:visited {
	color: #39393a;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:hover { 
	color: #39393a;
	font-weight: bold;
	text-decoration: none; border-bottom: 1px dotted black;
	}

a img { border: none; }


#logo {
    margin-top: 0px;  
    margin-bottom: 7px;
   padding: 0;
}

#menu {
    width: 175px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
    margin-left: 27px;
    margin-top: 5px;
    background-color: #fff;
    font-size:1.2em;
	color: #39393a;
	line-height:1.6em;
	overflow: hidden;
}

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

#menu ul li.section-title-Public
{ display:block; width:200px;
height: 25px; 
background-image:url(http://www.andychendesign.com/files/public.png); background-repeat:no-repeat; }

#menu ul li.section-title-Personal 
{ display:block; width:200px;
height: 25px; 
background-image:url(http://www.andychendesign.com/files/personal.png); background-repeat:no-repeat; }


#menu ul li.section-title-Public span, #menu ul li.section-title-Personal span, #menu ul li.section-title-Miscellaneous span { left:-239393apx; position:absolute; }


#content {
    height: 100%;
    margin: 68px 0 0 345px;
    top: 0;
    font-size:1.2em;
    line-height: 1.4em;
	color: #39393a;


}

.container {
    padding: 0px 5px 25px 10px;
}

#content p { 
    width: 350px; 
    margin-bottom: 9px;
    margin-top: 15px;

}

p {
    margin: 0 0 9px 0;



}

h1 { font-size: 24px; margin: 15px 0 6px 0; color: #bc0031; }
h2 { font-size: 18px; margin: 15px 0 6px 0; color: #bc0031; }
h3 { font-size: 14px; margin: 15px 0 6px 0; color: #bc0031; }
h4 { font-size: 12px; margin: 15px 0 6px 0; color: #bc0031; font-weight: normal; }

#img-container	{ margin: 15px 0 0 0; padding: 0px 0px 0 0px; 

	font-family: Georgia, Times New Roman, Times, serif;
	background: #fff;
}


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


	font-family: Georgia, Times New Roman, Times, serif;

	background: #fff;
}


#once { clear: left; }