/* Cascading Style Sheet by Martin Lambert, &copy; Copyright 2010 */
/* for 'fayeblanchard.com.au' */

body
{
	background-color: #9933CC;
	color: #FFCCFF;
	font-family: "Georgia";
	overflow-x:hidden;
	overflow-y:scroll;
	
}

a
{
	text-decoration: none;
}

a img
{
	border: 0px;
}

.title
{
	text-align: center;
	font-size: 2.75em;
	font-weight: bold;
	color: #FFCCFF;
}

.subtitle
{
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}

hr
{
	width: 80%;
}

.navbar
{
	width: 150px;
	line-height: 38px;
	background-color: #9933CC;
	border: 2px solid #FFCCFF;
	text-align: center;
	cursor: pointer;
}

a  .navbar
{
	color: #FFFFFF;
	font-weight: bold;
}

.navbar:hover
{
	background-color: #FFCCFF;
	text-decoration: underline;
}

td.contentbox
{
	border: 2px solid #FFCCFF;
}

.content
{
	width: 650px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #FFCCFF;
	padding: 20px;
	border: 2px solid #FFCCFF;
	color: #9933CC;
}

.content a
{
	color:#9933CC;
	text-decoration:none;
	font-weight:normal;
	font-size:1em;
	text-align:center;
}

.content a:hover
{
	color:#9933CC;
}

h1
{
	color: #9933CC;
	text-align: center;
}

.caption
{
	color:#FFCCFF;
	font-size:0.75em;
	text-align:center;
}

.caption a
{
	color:#FFCCFF;
	text-decoration:none;
	font-weight:normal;
	font-size:1em;
	text-align:center;
}

img .photo
{
	border: 2px #FFCCFF solid;
}
