body 
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#bottom
{
    position:relative;
	height:820px;
	width:600px;
}

#contact
{
    position:relative;
	height:400px;
	width:600px;
}

#contacttext2
{
    position:absolute;
	width:400px;
	left:100px;
	font-size:12px;
	height:110px;
	top:0px;
}

#contacttext
{
    position:absolute;
	left:10px;
	height:280px;
	width:300px;
}

#contactimage
{
    position:absolute;
	width:300px;
	height:250px;
	background-image:url(pic2.jpg);
	left:290px;
	top:0px;
}

#line
{
    position:relative;
	height:3px;
	width:520px;
	left:40px;
	background-color:#FF0000;
	
}

#main
{
    margin-left:auto;
	margin-right:auto;
	width:600px;
	height:2050px;
	border: 2px solid #000000;  
}

#margin
{
    margin-left:10px;
	margin-right:10px;
}

#middle
{
    position:relative;
	height:510px;
	width:600px;
}

#middletext
{
    position:absolute;
	height:300px;
	width:350px;
	left:10px;
}

#middleimage
{
    position:absolute;
	height:184px;
	width:182px;
	left:385px;
	top:240px;
	background-image:url(pic1.jpg);
}

#top
{
    position:relative;
	height:560px;
	width:600px;
}

#topimage
{
    position:absolute;
	left:300px;
	width:250px;
	height:356px;
	top:120px;
	background-image:url(pic3.jpg);
}

#toptext
{
    position:absolute;
	left:10px;
	width:300px;
	height:200px;
}

ul 
{ 
    list-style-image: url("circle.gif"); 
	color:#FF0000;
}

.black{color:#000000;}
.largeblack{font-size:26px; color:#000000; font-weight:bold;}
.mediumblack{font-size:18px; color:#000000; font-weight:bold;}
.blue{color:#0033FF; font-weight:bold;}
