@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/crazykira18-04.gif);
	color: #f3b7d9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: justify;
}

p
{
	text-indent: 10px;
}

a	{ text-decoration: none;	}

#title
{
	width: 300px;
	height: 300px;
	position: fixed;
	color: #FFF;
	left: 20px;
	top: 20px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
}

	#title h1
	{
		margin: 0;
		padding: 50px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		font-size: 60pt;
		line-height: 45pt;
		font-weight: normal;
		font-family: "Elephant", "Century Schoolbook", "times New Roman", serif;
	}

#main
{
	width: 650px;
	position: absolute;
	left: 320px;
	top: 150px;
}

	#main h1
	{
		font-size: 35pt;
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -3px;
		color: #ed2e9a;
		margin-bottom: -20px;
	}
	
	#main h2
	{
		font-size: 25pt;
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-variant: small-caps;
		height: 25pt;
		font-weight: normal;
		letter-spacing: -3px;
		color: #ed2e9a;
		padding-left: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #000;
		margin-top: 10px;
	}
	
	.h
	{
		background-image: url(images/hbg.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		padding-right: 40px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	#main b, #main strong
	{
		font-family: "Century Gothic", Arial, sans-serif;
	}
	
	#main i, #main em
	{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
	#main u
	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	textarea, button, select, option, input
	{
		background-image: url(images/crazykira18-04.gif);
		border: 1px solid #999;
		padding: 2px;
		margin: 3px;
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	
	blockquote
	{
		padding: 10px;
		background-image: url();
		border: 1px dashed #999;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 12pt;
	}
	
	
#navigation
{

	height: 150px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	padding-bottom: 20px;
	background-image: url(images/navigation.png);
	border-bottom: 10px solid #FFF;
	
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
	#navigation a
	{
		color: #DDD;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 20pt;
		padding: 15px;
		background-image: url(images/navigation.png);
	}
	
	#navigation a:hover
	{
		background-image: url(images/navigation2.png);
		color: #000;
	}
	
	.n
	{
		margin-top: 120px;
		margin-left: 330px;
	}
	
#footer
{
	padding: 10px;
	font-size: 7.5pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border-top: 1px dashed #000;
	margin-top: 50px;
}

	
	#main a
	{
		font-variant: small-caps;
	}
	
	#main a, #footer a
	{
		color: #fff;
		text-transform: uppercase;
	}
	
	#main a:hover, #footer a:hover
	{
		text-decoration: none;
	}
	
	#main a:hover
	{
		color: #fff;
	}
