
ul{	list-style-type:none;	
}
@font-face {
    font-family: 'DroidSansMonoRegular';
    src: url('droidsansmono.eot');
    src: url('droidsansmono.eot?#iefix') format('embedded-opentype'),
         url('droidsansmono.woff') format('woff'),
         url('droidsansmono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
	background-color:#E3E1DE;
}

body {
   font-family:'DroidSansMonoRegular';
}

#container {
	margin:25px;
	padding: 25px;
}


#nav{
	width: 189px;
	float: left;
	position: fixed;
	border-top-style: solid;
	border-width: 1px;
	margin: 93px 0px 0px 5px;
}


#social #linkedin{
	float:left;
	position:fixed;
	margin: 0px 0px 0px 20px;
}

#logo {
	float: left;
    position: fixed;
    width:200px;
    height:200px;
}


#text{
	margin-left: 216px;
	margin-top: -14px;
	width: 375px;
}

a:visited, a:link, a:hover{
	list-style-type:none;	
	color:#705D4A;
	text-decoration:underline;
}	

#nav a:link {
	text-decoration: none;
}
	
a:hover {
	color:#D45511;
	text-shadow: #FFFFFF 0.1em 0.1em 0.9em;
	text-decoration:none;
}	

#content {
	width: 80%;
	margin-left:230px;
	margin-top: 25px;
}

p {
	color:#705D4A;
	line-height: 120%;
}

#maintext, p {
	line-height:230%;
}

#maintext, p, #company_profile {
	font-size: .9em;
	line-height:150%;
}

footer {
	font-size: .8em;
	line-height: 150%;
}

#photo5, #photo3, #photo1 {
	-webkit-box-shadow: 1px 1px 30px 1px #FFFFFF;
	box-shadow: 1px 1px 30px 1px #FFFFFF; }

#photo5, #photo3, #photo1 {
	padding: 5px;
}

h4 {
	color:#D45511
}

span{
	color:#D45511;
}

footer p{
	line-height:150%;
}
 @media screen and (max-width: 480px) {

#container {
	margin: 2px;
}

 #text {
 	width: 300px;
	display: block;
	margin-left: 0px;
	margin-top: 20px;
	position: absolute;
	float: none;
 }

#logo {
	position: relative;
	float: none;
	width: 200px;
	height: 200px;
	display: block;
	margin: 0px 0px 0px 6px;
}

#nav {
	margin: 129px 0px 0px 11px;
	position: relative;
	float: none;
		}

#social #linkedin{
	position:fixed;
	z-index:9999;
	margin: -471px 0px 0px 176px;
	float: none;
}

#photo1 {
	display: none;
}

#photo5, #photo3 {
	width: 100%;
}	

#content {
	width: 90%;
	display: block;
	position: relative;
	margin: 0px;
}

 }


