

	/*  PROJECT NAME:         Raptisoft	 */
	

	/* SMALL RESET */

* { margin:0; padding:0; }
img { border:0; }
a { outline:0; }
html, body { width:100%; height:100%; }


	/* ELEMENT STYLES */
	



	/* MAIN LAYOUT */
	
body { font-size:62.5%; font-family:Arial, Tahoma, sans-serif; background:#000052; text-align:center; }
div.bg { width:100%; background:url(images/bg_repeat.jpg) repeat-y center; }
div.header { width:100%; background:url(images/header.jpg) no-repeat center top; }
div.footer { width:100%; background:url(images/footer.jpg) no-repeat center bottom; padding:295px 0 250px 0; }
div.content { margin:0 auto; width:583px; padding:0 0 0 7px; }
ul.menu { list-style:none outside; text-align:center; margin-bottom:10px; height:29px; }
	.menu li { float:left; margin:4px 0 0 5px; display:inline; }
	.menu li.li2 { margin:4px 220px 0 20px; }
	.menu li.li3 { margin-right:20px; }
	.menu li a { color:#ffffff; text-decoration:none; font-size:1.2em; line-height:25px; width:75px; display:block; }