/* Generic Selectors */
body
{
	font-family:        Georgia, "Times New Roman", Times, serif;
	font-size:          14px;
	color:              rgb(241, 199, 221);
	background-color:   rgb(220, 130, 150);
	text-align:         center;
}

p
{
	width:               100%;
}

li 
{
	list-style-type:     none;
	line-height:         150%;
	list-style-image:    url('../images/arrowSmall.gif');
}

h1
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           20px;
	font-weight:         bold;
	color:               #F4C8D9;
}

h2 
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           18px;
	font-weight:         bold;
	color:               #F4C8D9;
	border-bottom:       1px solid #c0c0c0;
}


/**************** Pseudo classes ****************/

a:link 
{
	color:               rgb(150, 60, 80);
	text-decoration:     underline;
	font-weight:         bold;
}

li a:link 
{
	color:               rgb(150, 60, 80);
	text-decoration:     underline;
	font-weight:         bold;
}

a:visited 
{
	color:               rgb(220, 130, 150);
	text-decoration:     underline;
	font-weight:         bold;
}

li a:visited 
{
	color:               rgb(220, 130, 150);
	text-decoration:     underline;
	font-weight:         bold;
}

a:hover
{
	color:               rgb(211, 129, 56);
	text-decoration:     underline;
	font-weight:         bold;
}

li a:hover
{
	color:               rgb(211, 129, 56);
	text-decoration:     underline;
	font-weight:         bold;
}

a:active 
{
	color:              rgb(200, 110, 130);
	text-decoration:	underline;
	font-weight:        bold;
}

/************************* ID's *************************/

#container
{
	margin:				0 auto;
	width:				800px;
	text-align:			left;
	background-image:   url('../images/bg/chain.jpg');
}

#header
{
	width:              800px;
	padding:            10px;
}

#content
{
	float:				right;
	width:				570px;
	padding:            10px;
	margin-top:         0;
	margin-left:        0;
	margin-right:       0;
	margin-bottom:      0;
}

#index
{
	width: 				200px;
	height: 			780px;
	padding:			10px;
	margin-top:         0;
	margin-left:        0;
	margin-right:       0;
	margin-bottom:      0;
}

#footer
{
	width:              800px;
	padding:            10px;
}

#altindex
{
	float:				right;
	padding:			10px;
}
