/*
Stylesheet for NevaWilliams.net
Created by Pam Noldan
Last Edited on 9/9/2005

MK hot pink: 255,51,102
dark pink: 204,51,102
light pink: 255, 204, 204
medium pink: 255, 153,153
MK light pink: 253,231,233
*/


/* DEFAULT SETTINGS */
body 	{
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 760px;
	background: RGB( 253,231,233);
	font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}




/* BEGIN STYLIZED CONTENT - MAIN BACKGROUND */
div.main-wrapper {
	position: relative;
	width: 760px;
	background-color: RGB(253,231,233);
	background-image: url(../images/bgMid1.gif);
	background-repeat: repeat-y;
	text-align:left;
	}




/* HEADER IMAGE/CONTENT - INSIDE MAIN-WRAPPER */
div.header {
	clear: both;
	text-align: center;
	font-size: 115%;
	height: 100px;
	background-image: url(../images/bgTop1.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}




/* TOP ROW LINKS - INSIDE HEADER */
div.links {
	position: relative;
	top: 75px;
	width: 700px;
	margin-left: 24px;
	margin-right: 35px;
	text-align: center;
	height: 20px;
	background-color: transparent;
	font-size: 80%;
	}
div.links a	{
	color: RGB( 204,51,102 );
	background-color: transparent;
	font-weight: normal;
	font-size: 10pt;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	}

div.links a:hover {
	color: RGB( 255,153,153 );
	background-color: transparent;
	font-weight: normal;
	font-size: 10pt;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	}




/* MAIN CONTENT STYLE - INSIDE MAIN-WRAPPER */
div.info {
	position: relative;
	width: 700px;
	background-color: transparent;
	margin-left: 25px;
	padding-top: 10px;
	}

/* MIN-HEIGHT SETTINGS - INSIDE INFO */
.prop 	{
	width: 1px;
	float: right;
	}
.min500 {
	height: 400px;
	}

/* SPECIAL BOX - INSIDE INFO */
div.special {
	border-top: 2px;
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	border-color-top: green;
	border-color-bottom: blue;
	border-color-right: red;
	border-color-left: yellow;
	border-style: solid;
	width: 100px;
	height: 100px;
	background-color: pink;
	float: right;
	}




/* FOOTER IMAGE/CONTENT - INSIDE MAIN-WRAPPER */
div.footer {
    	clear:both;
   	text-align:center;
   	font-size:8pt;
	height: 75px;
	padding-right: 10px;
	background-image: url(../images/bgBot1.gif);
	background-repeat: no-repeat;
	background-position: bottom center;	
  	}


/* MISC */
img.bar {	
	margin-top: 2px;
	margin-bottom: 2px;
	}




/* ANCHOR TAGS */
a	{
	color: RGB( 255,51,102);
	}

a:hover {
	color: RGB( 255,153,153 );
	}



