/* CSS Document */
h1{color:RED;}

#container{ min-height:800px; height:100%; width:800px; margin:auto; background-image: url(images/back.jpg);
	background-color: #F4F1AE;
	background-repeat:no-repeat;}
			
.textcont{
	background-image:url(images/textback.jpg);
	width:300px;
	height:300px;
	position: relative;}
	
.box{margin:20px 20px 20px 20px; 
overflow:auto;
height:260px;
text-indent:20px  }

.box2{margin:15px 20px 20px 20px; 
overflow:auto;
height:225px;
text-indent:20px}

.boxform{margin:15px 20px 20px 20px; 
overflow:auto;
height:225px;
text-indent:20px;
color:#663300;
	font: Arial, Helvetica, sans-serif;
	overflow:auto;}

p{text-align:justify;
	color:#663300;
	font: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	overflow:auto;}

#footer{width:800px; margin:auto;
		margin-top:15px;
		padding-bottom:25px;
		background-color: #F4F1AE;}
		
table{color:#663300}

a{color: #E5363D; outline:none}

body {scrollbar-base-color:#E1E599;
		scrollbar-arrow-color:white;
		font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:.8em}

img{border:0}

li{text-align:left;
	color:#663300;
	margin:0px 20px 20px 0px;}
	
.frame{width:308px; height:299px; 
background-image:url(images/frame.jpg); 
position:relative; 
left:190px; 
top:-37px; 
float:left}

.sides{width:850px; 
margin:auto;
 background-image:url(images/sides1.jpg); 
 background-repeat:repeat-y}
 
 ul{ list-style-type:disc;
 	list-style-position: outside;
	list-style-image:url(images/bullet.gif);
	padding-top:20px}