body
{ background: url('images/background.jpg'); background-attachment: scroll; background-position: top left;
        background-repeat: repeat-y; background-color: white;
		margin: auto; padding: 0;
}

a { color: #4400AA; }
a:hover { color: #FF0000; }
a:visited { color: #330099; }
a img { border: none; }
a.green { color: green; }
a.green:hover { color: #BB55FF; }
a.green:visited { color: green; }

h1, h2, h3, h4, h5, h6, li { font-family: "Arial", sans-serif; }
h1, h2 { font-weight: bold; }
h3, h4, h5, h6 { font-weight: normal; }
h1 { color: green; font-size: 22px; }
h2 { color: #663366; font-size: 18px; }
h3 { color: black; font-size: 16px; }
h4, li { color: #333333; font-size: 13px; }
h4.error { color: red; }
h5 { color: #6666FF; font-size: 10px; }
h6 { color: yellow; font-size: 9px; }

ul { color: green;}

p.leftmargin { margin-left: 10% }
p.header { color: #004400; font-size: 20px; }
p.text { color: #222222; font-size: 16px; }
p.footer { color: #222222; font-size: 10px; }
p.title { color: green;	font-size: 28px; }

#line_group { position:relative; height: 400px; width: 720px; margin-top:5px; margin-bottom:5px; display:block; }

#footer { position:relative; border: none; text-align: center; }

#container { position: relative; width: 1024px; text-align: left; }

#menu { position: absolute; margin-left: 0; margin-top: 0; width: 300px; }

#content { position: absolute; margin-left: 300px; margin-right: auto; margin-top: 0; width: 720px; text-align: left; }

#textbox { width: 350px; }

.clear { float: none; display: inline; }
.right { float: right; display: inline; }
.left { float: left; display: inline; }
.clear1 { clear: both; }
.left_block { float: left; display: block; }
.left_size { float: left; display: inline; width: 50%; }
.right_size { float: right; display: inline; width: 50%; }


#leftphoto { float:left; clear:left; margin-left:10px; margin-bottom:20px; }
#rightphoto { float:right; clear:right; margin-left:10px; margin-bottom:20px; }
#lefttext { float:left; height: 300px; width: 330px; clear:left; }
#righttext { float:right; height: 300px; width: 330px; clear:right;}


#padleft { margin-left: 10px; }
#padright { margin-right: 10px; }

#right_side {position:absolute; width: 350px; height:200px; margin-top:290px; margin-left:370px; text-align:center;}

/* Contact Form */

input.text_field { background: #cccccc; color: #006600; }

textarea.text_area { background: #cccccc; color: #006600; }

input.button { background: #006600; color: #cccccc; }

td.label { text-align: left; font-size: 14px; font-weight: bold; color: #006600; }

li.error { font-size: 11px; color: #aa0000; }

