body{
	background-color: #ffffff;
	font-family: sans-serif;
	}
a, a:visited{
	color: #008800;
	text-decoration: none;
	}
a:hover{
	color: #c0c0c0;
}
a:active {
  position: relative;
  top: 1px;
}
#main_container{
	background-color: #ffffff; 
	background-image: url(./images/lcadog.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 700px;
	color: #ffffff;
	padding-top: 5px;
	}
#about_info{
	position: relative;
	display: block;
	height: 400px;
	width: 440px;
	background-color: #EEEEEE;
	color: #0000FF;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	border: 1px #111111 solid;
	-webkit-border-radius-topleft: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	font-size: .9em;
	left: 12px;
	top: 7px;
	}
#contact_info{
	position: relative;
	display: block;
	height: 400px;
	width: 300px;
	background-color: #EEEEEE;
	color: #FF0000;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	border: 1px #111111 solid;
	-webkit-border-radius-topright: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-radius-bottomright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	font-size: .9em;
	left: 475px;
	top: -400px;
	}
#portfolio_info{
	position: relative;
	display: block;
	height: 257px;
	width: 530px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px; 
	text-align: center;
	border: 1px #ffffff solid;
	
	font-size: .9em;
	left: 12px;
	top: -390px;
	}
#portfolio_info img {  
    padding: 5px;
    border:  1px solid #111111;  
    background-color: #EEEEEE;  
    width:  520px; 
    height: 250px; 
	top: 3px;
	left: 5px;
} 
#contact_form {
	list-style-type: none;
	}
#div_title{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	}
#twitterdiv{
	display: block;
	height: 302px;
	width: 177px;
	float: right;
	padding-top: 5px;
	border: 0px solid #222222;
}

