/* Design for Alysson Website Portfolio - www.alysson.net // by Alysson Ajackson */

body{
	color:#039;
	font:12px "trebuchet ms", arial, "Franklin Gothic medium", verdana, tahoma, arial;
	background:url(img/bgall.jpg) no-repeat fixed #003;
	height:768px;
}

a{
	color:#039;
	text-decoration:none;
	border-bottom:1px solid #9F0;
	}

a:hover{
	color:#09C;
	border-color:#0CF;
	}
	
h1{
	background:url(img/h1bg.jpg) repeat top;
	color:#FFF;
	text-indent:10px;
	margin-bottom:50px;	
	} * html h1{height:40px}

h3{
	background:url(img/h3bg.gif) repeat;
	font-family:franklin gothic medium, arial;
	color:#FFF;
	text-indent:5px;
	margin-left:10px;
	}

h4{
	border-bottom:1px solid #039;
	}


/* essential divs */

#page{
	width:440px;
	margin-left:60px;
	position:absolute;
	float:left;
	padding-bottom:100px;
	}
	
#mnu{
	background:none;
	width:500px;
	height:100px;
	top:400px;
	left:570px;
	position:fixed;
	}

#mnu img{
	border:0;
	margin-right:5px;
	}
#mnu a{border:0;}

/* home page */

	div > div#mnu { position: fixed; }

#atop{
	float:left;
	width:30px;
	height:18px;
	left:8px;
	top:550px;
	border-bottom:1px solid #9F6;
	position:fixed;
	}
		div > div#atop { position: fixed; }
#atop img{border:0;}
#atop a{border:0;}

#atop1{
	float:left;
	left:920px;
	top:39px;
	position:fixed;
	}
		div > div#atop1 { position: fixed; }
#atop1 a{
	color:#036;
	background:#FFF;
	display:block;
	width:12px;
	height:12px;
	padding:2px;
	line-height:1.2em;
	font-size:11px;
	text-align:center;
	float:left;
	border:1px solid #FFF;
	margin-right:2px;

}

#ablog{
	background:none;
	width:128px;
	height:97px;
	top:250px;
	left:590px;
	position:fixed;
}

#ablog a{border:0;}

	div > div#ablog { position: fixed; }

/* homepage ends */

span.ok, span.err{font-weight:bold}
span.ok{color:#0CF}
span.err{color:#F30}

#sts{padding:15px 0}