/*
	 Based on CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
	 redesigned by grooppo.org
*/
*                                       { margin: 0; padding: 0; }
body                                    {
	color: #444;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	text-align: justify;
}

a, a img                                { color: #777; border: 0; text-decoration: none; outline: 0; font-weight: bold;}


a:hover  								{ color: #b4b4b4; font-weight: bold; }
a#home 									{ color: #eb6a0a;}
a:hover#home 							{ color: #cdcdcd;}

#page-wrap                              { width:800px; height: 500px; padding: 5px;  margin: 0px; position: relative; }


ul                                      { margin: 0 0 25px 25px; }
ul li                                   { margin: 0 0 8px 0; }

#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }
#dl                                     { position: absolute; top: 10px; right: 0; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

#textSlide                              { padding: 5px 10px; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }
#photoSlide                              { padding: 5px 10px; }

#menu    {padding: 15px; margin: 0px; position: relative; }
	
#logo  {padding: 0; margin: 0; position: absolute; right:0; bottom:0; }
#box    {padding: 0; margin: 0; position: absolute; right:0; top:0; }



