/* LAYOUT */

body{
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(./images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

.container{
	width: 950px;
	margin: 1em auto 25px auto;
}

.main{
	width: 90%;
	margin: 1em auto 0 auto;
	border: solid 1px #000;
}

.profile{
	padding-top: 30px;
	text-align: left;
}

.profile2{
	text-align: justify;
	margin: 0 5em 1em 5em;
	clear: both;
}

.home{
	text-align: justify;
	margin: 1em;
}

.portfolio_cont{
	margin-left: 20px;
}

.footer_left{
	float: left;
	text-align: left;
	width: 283px;
	margin-left: 50px;
	font-size: 12px;
}

.footer_center{
	float: left;
	width: 283px;
	font-size: 12px;
	margin-top: 2px;
}

.footer_right{
	float: left;
	text-align: right;
	width: 283px;
	font-size: 12px;
}


/* FORMS */


.label {
	width: 20em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.button {
	width: 25em;
	float: left;
	text-align: right;
	margin: 10px 0 2em 0;
}


/* IMAGES */

img{ border: 0; }
.img_left{ float: left; }

.avatar_border{
	margin: 1em 1em 1em 150px;
	float: left;
}

.portfolio_img{
	margin: 1em;
	margin-top: 0;
	padding: 5px;
	padding-bottom: 3px;
	float: left;
	border: dashed 1px #000;
}


/* LINKS */

a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}


/* NAVIGATION */

.navlist{
	margin: 1em auto 0 auto;
	width: 90%;
	border-bottom: solid 1px #000;
	text-indent: 0;
	list-style-type: none;
}

.navlist ul{
	margin: 0;
	padding: 0;
}

.navlist li{
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

.navlist li a{
	text-decoration: none;
	color: #AAA;
	font-weight: bold;
	font-size: 1em;
	padding: 0 5px;
}

.navlist li a:hover{
	color: #333;
	font-weight: bold;
	border-top: none;
	font-size: 1.3em;
}

.navlist a.current{ 
	color: #333;
	font-weight: bold;
	border-top: none;
	font-size: 1.3em;
}


/* MISC */

.clear{	clear: both; }
.red{ color: red; }

p{
	text-align: justify;
	margin: 1em;
}
