
body
{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
	width:100%;
}

a, a:hover, a:visited, a:link
{
	color: #660000;
}


#content
{
    padding-left:280px;
	padding-top:100px;
    height:100%;
	width:98%;
	
}

#portfolio {
	/* Typical fixed height and fixed width example */
	
	float:left;
	overflow: auto;
	padding-left:0px;
	padding-bottom:25px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	
	
	
}

#copyright
{

font-size:9px;
color:#666666;
position: absolute;
top: 660px;
left: 8px;

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



.fixedwidth 
{
    
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	/* width:3000px; */
	width:1000px;
	height:500px;
	white-space: nowrap;
	position: relative;
	color: black;
	padding: 1px;
}

/* general page style ends here */

#sidemenu {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 240px;
    height: 100%;
    background: white;
    color: black;
    overflow:auto;
	
}

.subMenu
{
    padding-left:15px;
}


body > #sidemenu {
    position: fixed;
}

#sidemenu a {
    display: block;
    text-decoration: none;
    padding: 0.5em;
    font-weight: bold;
    font-size: smaller;
    margin-bottom: 2px;
	
}



/* CONTACT */

#col1
    {
        clear:left;
    }
    
    #col1, #col2, #col3
    {
        width:240px;
        float:left;
        margin-right:10px;
        margin-top:10px;
                
    }
    
       
    .studioContact
    {
        color:White;
        /*background-color:#333333;*/
        /*border:solid 1px #000000;*/
        float:left;
        width:720px;
        font-size:14px;
        padding:5px;
        clear:both;
    }
       
       
    .contact 
    {
        margin-bottom:10px;
        font-size:14px;
        width:220px;
        float:left;
        clear:left;
        /*border:solid 1px #999999;
        background-color:#eeeeee;*/
        padding:5px;
    }
    
    .jobTitle
    {
        font-weight:bold;
    }
    
    .emailAddress
    {
        
    }