/*
style sheet for Dance Physics index.html  
Author:  Dawn Saunders  
Date:    25 Oct 2011
*/

#wrapperIndex 	{background: #150303;
		width: 900px;
		height: 900px;
	        margin: 0 auto;
                text-align: left;
                font-family: "Lucida Grande", Verdana;
                font-size: 13px;
		}
		
#imageBox	{float: left;
		border-style: solid;
		border-color: #363636;
		border-width: 16px;
		width: 310px;
		height: 431px;
		margin: 10px 30px 15px 50px;
		}
		
#midImageBox	{border-style: solid;
		border-color: #6f746d;
		border-width: 12px 9px 15px 9px;
		height: 404px;
		margin: 0;
		padding: 0;
		}

#bigImage	img{border-style: solid;
		border-color: #c3ccc9;
		border-width: 2px;
		margin: 0;
		padding: 0;
		}
		

		
#boxes		{float: right;
		background: #363636;
		border-style: solid;
		border-color: #272727;
		border-width: 10px;
		width: 368px;
		height: 443px;
		margin: 10px 50px 15px 30px;
		}
		
.space		img{
		border-style: none;
		padding: 0;
		margin: 0;		
		}
		
#box1		{float: left;
		border-style: solid;
		border-color: #363636;
		border-width: 8px 10px 4px 10px;
		width: 348px;
		background: #1d1d1d;
		}
		
#box2		{float: left;
		border-style: solid;
		border-color: #363636;
		border-width: 8px 10px 4px 10px;
		width: 348px;
		background: #1d1d1d;
		}
		
.upabit		{position: relative; top: -7px;}

#box3		{float: left;
		border-style: solid;
		border-color: #363636;
		border-width: 8px 10px 4px 10px;
		width: 348px;
		background: #1d1d1d;
		}

.eachBoxImage	{float: left;
		}
		
.eachBoxImage	img{border-style: solid;
		border-color: #c3ccc9; 
		border-width: 2px;
		margin: 7px 20px 2px 20px;
		}

.centreBoxImage	{float: left;
		}		
.centreBoxImage img{border-style: solid;
		border-color: #c3ccc9; 
		border-width: 2px;
		margin: 30px 20px 2px 20px;
		}
		
.eachBoxText	{color: #ffffff;
		font-size: 11px;
		margin: 10px;
		}
		
.eachBoxText	img{border-style: none;
		padding-left: 4px;
		}
		



