/* CSS Document */

body {
    background-image: url(images/background1.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    
}

p {font: 11pt arial;
color: #333;
line-height: 15pt;}

p.profile {font: 9pt arial;
color: #333;
line-height: 13pt;}

.property {font: 13pt tahoma;
font-weight: bold;
text-align: left;
}

.img-profile {float: left;
padding: 0 10px 1px 0;
}


.download
{font: 10pt tahoma;
font-weight: bold;
color: #666;
}

.smtext {font: 10pt tahoma;
color: #666;
line-height: 13pt;
}

.back {font: 8pt tahoma;
color: #666;
}

.tabletext {font: 11pt arial;
color: #666;
line-height: 15pt;}


.school {font: 12pt tahoma;
font-weight: bold;
line-height: 19pt;
color: #999;
}

a:link
{color: #666;
text-decoration: none;
font-weight: bold;}

a:visited
{color: #314594;
text-decoration: none;
font-weight: bold;
}

a:hover
{color: #333333;
text-decoration: underline;}

#container
{
width: 90%;
margin: 10px auto;
background-image: url('images/stripe.gif');
color: #333;
border: 1px solid gray;
}

#middle
{
width: 100%;
margin-left: auto;
background-image: url('images/reddot.jpg');
}

#middleshad
{
width: 100%;
margin-left: auto;
background-image: url('images/background_blue.jpg');
}


#shadcontainer {
    width: 90%;
	margin: 0px auto;
    text-align: center;
}


#top
{
background-color: #ffffff;
border-bottom: 2px solid black;
}

#bottom
{
background-color: #ffffff;
padding: .5em;
border-top: 2px solid black;
min-width: 100%;
min-height: 500px;
}

#contact
{

padding: .5em;
background-color: #314594;
border-top: 1px solid black;
min-width: 100%;
min-height: 500px;
}

.footertxt
{
font: 9pt arial;
color: #000000;
}

.thumbnail
{
float: left;
width: 250px;
margin: 0 5px 5px 0;
padding: 10px;
}

.clearboth { clear: both; }
