﻿/* CSS Document */
/**************************************************/
/*                                 Body and Wrapper                             */
/**************************************************/
body {
margin: 0;
padding: 0;
font-family:Arial;
font-size:9pt;
background-image:url(images/bg.gif);
background-repeat:repeat;
}

#wrapper {
margin: auto;
width:785px;
padding: 0;
}

#head
{
  margin:50px auto 0 auto;
}

img {
border:0;
vertical-align:middle;
}

a,a:visited
{
	font-weight:bold;
	color:#8B8B8B;
	text-decoration:none;
}
a:hover
{
	font-weight:bold;
	color:White;
}
.button1
{
	text-align:center;
	padding-top:5px;
	width:120px;
	height:41px;
	background-image:url(images/bgm2.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:39px !important;margin-right:20px;
}
.button2
{
	text-align:center;
	padding-top:5px;
	width:96px;
	height:41px;
	background-image:url(images/bgm.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:15px;
}
#copy
{
	float:left;
	padding-top:5px;
	color:#8B8B8B;
}
#foot
{
	padding-top:10px;
	
}
/**************************************************/
/*                                     Header Piece                                        */
/**************************************************/

