@import 'index.css';

			
			
#content-main h3			{font-size:16px;margin-left:40px;margin-top:18px;color:#FF9B39}


#content-main p			{font-size:14px;margin-bottom:14px;}	
#sub-content h3			{font-size:12px;margin-left:-5px;margin-top:18px;color:#FF9B39}

#content-main img 	{border:3px solid blue;}
#content-main img:hover {border:3px solid #FB631A;}
a.photo		{margin-left:20px;}
a.photo:hover {background:none;padding:0;margin:0;margin-left:20px;}

#sub-content h2
			{
			color:#FB631A;
			font-size:18px;
			}
			
#sub-content ul {margin-top:9px;}
#sub-content p
			{margin-bottom:10px;}

a			{
			text-decoration:none;
			}

			/* css3: border-radius thanks to http://border-radius.com/ and nth-child thanks to the web */
#navigation  li:nth-child(5)
			{
			background:#FB631A;
			}
