
@charset "utf-8";
/*~~~~~~~~~~*/   
/* main */

*
	{
		padding: 0px;
		text-decoration: none;
	}

/* Body */

body
	{
		background-image: url(http://i275.photobucket.com/albums/jj281/V_Luna/background1-1.jpg);
		background-position: center;
		background-attachment: fixed;
		background-repeat: repeat-x;
		color: #CFCDFF;
	}


/* Banner and Header */

img#banner
	{
		width: 432px;
		height: 88px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		margin-top: 40px;
	} 
	
h1
	{
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 36px;
		font-family: times;
		font-weight: bold;
	}

h2
	{
		text-align: center;
		margin-bottom: 10px;
		font-size: 24px;
		font-family: verdana;
		font-weight: bold;
	}



/* Navigation */

div#nav 
	{
		float: center;
		vertical-align: bottom;
		width: 300px;
		border-right: 1px #CFCDFF solid;
		border-left: 1px #CFCDFF solid;
		border-bottom:  1px #CFCDFF solid;
		border-top: 1px #CFCDFF solid;
		margin-right: 10px;
		margin-bottom: 10px;
		text-align: center;
		text-decoration: none;
		padding-bottom: 10px;
		padding-top: 10px;
	}

a:link {color:#FF0000}      /* unvisited link */
a:visited {color:#8000FF}  /* visited link */
a:hover {color:#FFFFFF}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

	
li
	{
		font-size: 12pt;
		font-family: verdana;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 0px;
		list-style: none;

	}

/* Content */

div#content 	
	{ 
		padding-right: 50px; padding-left: 50px; 
		margin-right: 60px; margin-left: 60px;
	}



p.def
	{
		text-align: center;
		font-family: Verdana;
		font-style: none;
		margin-bottom: 0px;
		font-size: 12pt;
		margin-left: 50px;
		margin-right: 50px;


p.gen
	{
		text-align: center;
		font-family: times;
		font-size: 20pt;
		font-style: none;
		margin-bottom: 6px;
		margin-left: 50px;
		margin-right: 50px;
	}

p.comm
	{
		text-align: center
		font-family: arial;
		font-size: 14pt;
		font-style: none;
		margin-left: 50px;
		margin-right: 50px;
	}

p.que
	{
		font-family: verdana;
		font-size: 14pt;
		font-style: none;
		text-align: center
		margin-left: 50px;
		margin-right: 50px;
	}

p.ex 
	{
		text-align : center;
		font-family : "comic sans";
		font-style: italic;
		font color: #848488;
		margin-bottom : 0;
		font-size : 16pt;
		margin-left : 60px;
		margin-right : 60px;


div#content 
	{ 
		padding-right: 50px; padding-left: 50px; 
		margin-right: 60px; margin-left: 60px;
	}



