/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
height:100%;
background-color: #FFFFFF; background-image: url(../images/line.png)


;
background-position: top; background-repeat: repeat ;;
color:#000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}

a {
color: #999999;
text-decoration: none;
}

a:hover {
color: #6699FF;
text-decoration: underline;
}

p {
margin:26px 0;
}

div #picture  {
margin:16px auto;
padding:8px;
background-color:#eeeeee;
background-image: url(../images/fffff-tiltshift.jpg);
background-position:center;
background-repeat:no-repeat;
height:250px;
width:700px;
border:3px solid   #999999;

}


blockquote  {
margin:15px auto;
padding:12px;
background-color:#eeeeee;


border:1px solid #cccccc;
font-size:1em;
color:#666666;
width:690px;
}



blockquote p {
margin:1em;

line-height:1.1em;
padding:10px 20px 10px 10px ;
}

ul {

list-style-type:disc;
}

li {
margin:0 0 0 25px;
list-style-type:disc;
}
strong{color:#acc ; font-weight:bold;}

#centerColumn { 	
margin:20px auto;
padding:2em;
width:750px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
border:3px solid #cccccc;
padding:20px;
}

#centerColumn img.title { margin:0 auto;margin-left:16px; width:720px; float:left;}
#centerColumn img { margin-right:25px; margin-top:38px; }
#header img{ margin:0 auto;}

#centerColumn h2 {
margin:0 0 0 0;
padding:6px 0;
font-size:1.2em;
letter-spacing:.1em;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
height:190px;
background-color:#ffffff;

}

#header h1 {
margin:0 0 -8px 0;
padding:16px 0 0 24px;
font-size:0.02em;
letter-spacing:.1em;
display: none;
left:20000px;
top:200000px;
}



#fauxRightColumn {
position:relative;
float:right;
margin:.5em 0 0 .5em;
padding:0 .7em .25em .7em;
width:11em;
font-size:.9em;
background-color:#ffffff;
border:1px solid #cccccc;
}

#fauxRightColumn h2 {
font-size:.9em;
}

.nav{margin:45px 0 25px 30px;}

.nav  a {
text-decoration: none; color:#666666;
}

.nav a:hover{
 color: #333333;
}

.nav a.active{
 color: #333333;
}

#footer {
position:relative;

margin:80px 0 0 0;
padding:0;
height:64px;
line-height:64px;
text-align:center;
font-size:.7em;
background-color:#ffffff;
border:none;
}





a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
  font: 12px  Arial, sans-serif;
}
.button {
  color: #000;
  background-color: #acc;
  padding: 5px 7px;
}
.button:hover {
  background-color: #cee;
  background-repeat:no-repeat;
} 


.small{font-size:.6em;}

.left{border: #999999  medium solid;}


h2{text-align:center;}


div.pic_center{ display:table-cell; text-align:center;}

