/*
 For View Capital LLC, 2009.
 by Barb Dijker barbdijker@me.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Times New Roman, Times, serif;
 font-size: 14px;
 background: #555555;
 /*background: url(img/stone2.jpg);*/
 text-align: center;
 color: #555
}
#acct {
 margin: 10px auto 10px auto;
 width: 800px;
 height: 20px;
 padding-right; 40px;
 text-align: right;
}
input.login {
 vertical-align: middle;
 margin: 0;
 padding-top: 1px;
 font-size: 8pt;
 height: 13px;
 color: #BBB;
 width: 80px;
}
.button{
 vertical-align: middle;
 background-color: #BBBBBB;
 border-color: #DDDDDD #999999 #999999 #DDDDDD;
 border-style: solid;
 border-width: 1px;
 color: #333;
 margin: 0;
 height: 16px
}

#wrapper { 
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 border-style: solid;
 border-width: 4px;
 border-color: #DB623B;
}
#header {
 width: 800px;
 padding: 20px 0px 0px 0px;
 margin: 0px;
 background: #FFFFFF;
}
#navbox {
 width: 100%;
 background: #FFFFFF;
 color: #DB623B;
 font-size: 16px;
}
#content {
 background: #FFFFFF;
 margin: 0px;
 padding: 20px 100px 20px 100px;
 min-height: 250px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 600px;
}
#footer { 
 width: 760px;
 clear: both;
 background: #FFFFFF;
 margin: 0px;
 padding: 20px;
 text-align: center;
}
#refer {
 display: none;
}
#trailer {
 padding: 10px 0px 0px 0px;
 height: 40px
}
.scap {
 font-size: 75%;
}
p {
 padding: 10px;
 text-align: justify;
}
.car {
   padding: 10px;
   text-align: center;
}
.clear { clear: both; background: none; }

a:link {color:#333333; text-decoration: none} /* unvisited link */
a:visited {color:#B94019; text-decoration: none} /* visited link */
a:hover {color:#DB623B; text-decoration: none} /* mouse over link */
a:active {color:#B94019; text-decoration: none} /* selected link */