body {
  	background-color: #f8bbdc;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	Background-attachment: fixed;
	color: #000000;
}

/* Headings - text color - behavior */

/* Page title - major heading */

h1 {
	font-family: courier, arial, verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 2em;
	color: #f051a7;
}

/* Standard text */

h2 {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

/* Section title - menu title */

h3 {
	font-family: courier, arial, verdana, sans-serif;
	font-variant: small-caps;
	font-size: 1.4em;
	color: #f051a7;
}

/* Standard text */

p {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 1em;
	text-indent: 5em;
	text-align: justify;
	color: #000000;
}

/* Standard text  - line through */

h4 {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: line-through;
	color: #ffffff;
}

strong  { color: #f051a7 }

blockquote   { 
	background: #D5A3BE; 
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding: 1em;  
	border-left: 5px solid #f051a7; 
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: justify;
	color: #000000;	
}

blockquote p { 
	color: #000000;	
	font-family: arial, verdana, sans-serif;
}

blockquote h2 { 
	color: #f051a7;	
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
}
	
/* Columns!!! DAMNIT! */

#left {
	float:left;
	width:45%;
	padding-left:5px;  
}

#right {
	float:right;
	width:45%;
	padding-right:5px;  
}


/* link colors - behavior */

/* H1 and H3 link behavior */

h1 a:link, h3 a:link, h1 a:visited, h3 a:visited {
	color: #f051a7;
	text-decoration: none;
}

h1 a:active, h3 a:active {
	color: #707070;
	text-decoration: none;
}

h1 a:hover, h3 a:hover {
	color: #f051a7;
	background: #5c5c5c;
	text-decoration: none;
}

/* H2 and H4 and p link behavior */

h2 a:link, h4 a:link, p a:link, a:link {
	color:#f051a7;
}

h2 a:visited, h4 a:visited, p a:visited, a:visited {
	color: #f051a7;
}

h2 a:active, h4 a:active, p a:active, a:active {
	color: #ffffff;
	background: #5c5c5c;
}

h2 a:hover, h4 a:hover, p a:hover, a:hover {
	color: #ffffff;
}

.initialcap
{
	font-size: 180%;
	font-weight: bold;
	line-height: 0.8em;
	color: #f051a7;
}

/* - STRUCTURE - */

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page    { 
	background-color: #f8bbdc; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0; 
	width: 760px;
	border-width: 5px;
	border-style: solid;
	border-color: black; 
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	border-bottom: solid;
	border-bottom-color: black;
	border-bottom-width: 5px;
	}

#main {
	float: right;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-right: 3%;
	width: 480px;
	}

#menu {
	float: left;
	margin-top: 2em;
	width: 244px;
	}

#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	font-size: .8em;
	}

/* - infernal menu - */

#menu ul {
	list-style-type: none;
	font-family: courier, arial, verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.3em;
	margin-left: -1.3em;
}

#menu ul ul {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	margin-left: -1em;
}

#menu ul ul a:link, #menu ul ul a:visited{
	padding-left: .3em;
	padding-right: .3em;
	color: #000000;
	text-decoration:none;
}
	
#menu ul a:link, #menu ul a:visited {
	padding-left: .3em;
	padding-right: .3em;
	color: #f051a7;
	text-decoration:none;
}

#menu ul a:hover, #menu ul ul a:hover {
	background: #5c5c5c;
	padding-left: .3em;
	padding-right: .3em;
	text-decoration:none;
}

#menu ul a:active, #menu ul ul a:active {
	background: #c9c7c8;
	color: #303030;
	text-decoration:none;
	font-style: normal;
}

/* - Pictures styles - */

/* - for a figure with a caption - */

div.figureL {
	float: left;
	border: 1.5px #f051a7 solid;
	padding: 5px;
}

div.figureR {
	float: right;
	border: 1.5px #f051a7 solid;
	padding: 5px;
}

/* - for a figure with a caption - centered - surround with a <center></center> tag - */

div.figureC {
	border: 1.5px #f051a7 solid;
	padding: 5px;
}

div.figureL p, div.figureR p, div.figureC p {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	text-indent: 0;
}


/* - For a picture without a caption - */

div.pictureR {
	border: 1.5px #f051a7 solid;
	float: right;
	padding: 5px;
	margin:7px;
}

div.pictureL {
	border: 1.5px #f051a7 solid;
	float: left;
	padding: 5px;
	margin:7px;
}


/* - For a picture without a caption or a border - */

div.pictureNBR {
	float: right;
	padding: 5px;
}

div.pictureNBL {
	float: left;
	padding: 7px;
}

div.pictureNBC {
	padding: 7px;
}


/* - to stop text from floating up next to a picture - include <p class="floatstop"> </p> after the image - */

.floatstop {
	clear:both;
}
