/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-image:url(images/layout_03.jpg);
	background-repeat:repeat-y;
	background-color:#000000;
	padding:0px;
	border:0px;
	margin:0px;
	background-position:center 150px;
}

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

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

a:active{
text-decoration:none;
color:#06F
}

a:visited{
text-decoration:none;
color:#006;
}

#wrapper{
	position: relative;
	width: 769px;
	margin: 0px auto;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:770px;
	height:95px;
}

#nav {
	position:absolute;
	text-align:center;
	left:0px;
	top:95px;
	width:770px;
	height:30px;
	background-image:url(images/layout_02.gif);
	background-repeat:no-repeat;

}

#pictures {
	position:absolute;
	left: 575px;
	top:165px;
	width: 130px;
	height: 400px;
}

#footer {
	position:absolute;
	text-align:center;
	left:0px;
	top:510px;
	width:770px;
	height:30px;
	background-image:url(images/layout_02.gif);
	background-repeat:no-repeat;
}

#side_bar {
	position:absolute;
	left:0px;
	top:125px;
	width:136px;
	height:410px;
	background-image: url(images/side_bar.jpg)
}

#side_text {
	position: absolute;
	color:#fff;
	font-size:13px;
	left: 3px;
	top: 15px;
	width: 126px;
	height:350px;
	line-height:18px;
}

#text_box {
	position:absolute;
	left:200px;
	top:155px;
	width:300px;
	height:321px;
	background-image:url(images/text_box.jpg);
	background-repeat: no-repeat;
}

#textarea {
	position:absolute;
	left:17px;
	top:13px;
	width:265px;
	height:300px;
	overflow:auto;
	z-index:3;
	padding-right: 10px;
}

#copyright{
background-color:#000000;
color:#FFFFFF;
font-weight:bold;
height: 30px;
border:1px solid blue;
}


.picture {border:2px solid #000000;}

