/*defaults*/
body 	{background:#ababab; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; border:2px solid #535252;}
#holder		{width:760px; background:#c1c1c1; text-align:left; }
#logo		{background:url('../images/logo.jpg') no-repeat 0 0; background-image: url(../images/logotile.jpg); background-repeat: repeat;border-bottom:2px solid #31DD1F; padding:0px 0px 0px 0px; }
#navigation	{padding:10px 0 10px 20px; font-weight:bold; background:#31DD1F; background-image: url(../images/navtile.jpg); background-repeat: repeat;}
#content	{float:left; width:740px; padding:20px 10px 10px 10px; line-height:160%; background:#3E3C3C; color:#ababab;}
#footer		{clear:both; width:740px; height:25px; font-size:80%; background-image: url(../images/navtile.jpg); background-repeat: repeat; padding:5px 10px 10px 10px; text-align:left; border-top:2px solid #31DD1F; }
#copyright	{float:right; }
#index img    {float:right; padding: 0; border:1px solid #ababab;}
#work img	{padding: 0; border:1px solid #ababab;}


/*headings*/
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#content h2   {font-size:150%; font-weight:normal; line-height:130%; margin:0; padding:0 0 10px 0; }
#content h3   {font-size:120%; font-weight:normal; line-height:130%; margin:0; padding:0 0 10px 0; }

/*input boxes*/
#content input, textarea   {background:#2d2d2d; border:1px solid #ababab; color:#ababab;}

/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#000000; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000;}

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */