/************************************************\
**				ANIME @ ARMADACON				**
**				 Main Stylesheet				**
**												**
**			Michael Dodd - 03/04/2009			**
**			Last Revision - 03/04/2009			**
**												**
\************************************************/


/*
**	PAGE INFORMATION	
*/
body			{
	background:			url('images/bg.jpg');
	background-repeat:	repeat;
	margin: 			0px;
	padding:			0px;
	text-align:			center;
}


/*
**	IMAGE INFORMATION
*/
img				{
	border:				none;
}


/*
**	DIV INFORMATION
*/
div.nav_contain	{
	width:				100%;
	margin:				0px;
	margin-bottom:		0px;
	padding:			0px;
	border: 			solid;
	border-width:		0;
	border-color:		#000;
	background-color: 	#41443F;
	text-align: 		left;
}

div.title		{
	width:				100%;
	margin:				0px;
	padding:			0px;
	border: 			none;
	background-image:	url('images/stars.gif');
	background-repeat: 	repeat-x;
	text-align: 		left;
}

div.content		{
	width:				85%;
	min-height: 		480px;
	margin-top:			0px;
	margin-left: 		auto;
	margin-right:		auto;
	
;
	
	padding:			15px;
	
	border-style:		solid;
	border-width: 		0 8px 0 8px;
	border-color:		#305B7B;	
	background-color: 	#FFF;
	
	text-align: 		left;
}

/*
**	PARAGRAPH INFO
*/
p				{
	font-family:		verdana, arial, sans-serif;
	font-size:			12pt;
	color:				#000;
	margin-left:		20px;
}

p.navi			{
	color: 				#003;
	font-weight:		bold;
	font-size:			16pt;
	margin:				0 0 0 15px;
	padding:			0px;
}

p.copy			{
	color:				#CCC;
	font-weight:		bold;
	text-align:			center;
}

span.navi		{
	padding: 			0 10px 0 10px;
	margin: 			auto;
	border-style:		solid;
	border-width:		0 3px 0 0;
	border-color:		#000;
}

span.navi:hover		{
	background-color: 	#66F;
}

li					{
	font-family:		verdana, arial, sans-serif;
	font-size:			12pt;
	color:				#000;
	margin-left:		20px;
}
/*
**	LINK INFO
*/
a				{
	font-family:		verdana, arial, sans-serif;
	font-size:			12pt;
	color:				#009;
	font-style: 		italic;
	text-decoration:	none;
}

a:hover			{
	text-decoration:	underline;
}

a.navi			{
	color: 				#E6E6E6;
	font-size:			16pt;
	font-weight: 		normal;
	font-style: 		italic;

}

/*
**	HEADING INFO
*/
h1				{
	font-family:		verdana, arial, sans-serif;
	font-size: 			20pt;
	color:				#600;
}

h2				{
	font-family:		verdana, arial, sans-serif;
	font-size: 			15pt;
	font-style:			italic;
	color:				#600;
}

.red			{
	color:				#F00;
}

.blue			{
	color:				#00F;
}

.green			{
	color:				#0A0;
				}
