/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*END RESET*/



/*THE PASTEBOARD*/
#home_page {
margin:0;
padding:0;
text-align: center;
background-repeat: repeat-x;
background-image: url(graphics/big_bg.png); }

/*THE PAGE*/
#page {
text-align: left;
margin: auto;
padding: 0px;
width: 800px;
height: 700px;
background-image: url(graphics/800xgrido.gif);
}

/*THE CARD*/
#vcard {
width: 300px;
height: 400px;
position: absolute;
top: 67px;
background-image: url(graphics/card.png);
background-repeat: no-repeat; }

#vcard h1 {text-indent: -1000em;}

/*THE TEXT & TABLE*/

#content {
padding: 136px 40px 0 270px;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5em 
}

#content h2{
font-size: 1.3em;
font-weight: bold;
color: #333333; }

#content p {
padding-top: 15px;
font-size: 1em;
color: #666666;
line-height: 1.2em;
 }

/*FORM*/

#ddfmwrap{
margin:0;
font-family: Helvetica, Arial, sans-serif; 
line-height: 2em;
padding:50px 20px 0 270px;
font-size: .7em;
color: #393939;
font-weight: bold; }

#leftform {
margin:0;
padding:0;
float: left;
}

#rightform {
margin:0;
float: left;
padding: 0 20px 0 20px;
}

p.fieldwrap img {
padding: 0;
height: 20px;
}

.submit {
clear: both;
padding-top: 20px;
}

li {}

a {}

a:link {}

a:visited {}

a:hover {}

a:active {}