/* CSS Document */

body
{
background-color:#000000;
font-family:"Courier New", Courier, mono;
font-size:small;
}
a:link {
	color: #E5F3BE;
	text-decoration: none;
}
a:visited {
	color: #E5F3BE;
	text-decoration: none;
}
a:hover {
	color: #ACC3B9;
	text-decoration: none;
}
a:active {
	color: #E5F3BE;
	text-decoration: none;
}
.Advert
{

}
.Navigation
{
padding-top:20px;
padding-bottom:10px;
font-weight:bold;
font-size:medium;
}
.ContentText
{
height:330px;
overflow:auto;
}
.Content
{
width:750px;
margin:0px auto;
border:5px solid #CCCCCC;
}
.ContentLeft
{
width:314px;
height:474px;
float:left;
background-image:url(StephanieMcintoshBG.jpg);
background-position:bottom;
background-repeat:repeat-x;
color:#CCCCCC;
padding:4px;
}
.ContentRight
{
background-image:url(StephanieMcintoshBanner.jpg);
height:474px;
width:420px;
float:right;
padding:4px;
text-align:right;
}
