/* ----------------------------------------------------------------------------------------------------------------------

style sheet for organic art home page


Version: 1.1
Author: Darren Baldwin
Email: darren@brightonwebsitedesigns
Website: www.brightonwebsitedesigns.co.uk


------------------------------------------------------------------------------------------------------------------------ *


/* h3 headings for home page */

#welcome {
	background: url(../home%20images/welcome-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}
#india {
	background: url(../home%20images/india-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
	margin-top: 60px;
}

#past {
	background: url(../home%20images/past-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
	margin-top: 60px;
}


/* container height adjustments */

#container {
	margin: 0px auto;
	width: 961px;
	height: 1630px;
}



/* Main left hand text column */

#main_text_col {
	float: left;
	width: 480px;
	padding-left: 65px;
}
#main_text_col p {
	margin-bottom: 20px;
	padding-left: 5px;
}

/* Main right hand pictures column */
#main_pics_col {
	float: left;
	width: 390px;
	text-align: center;
	padding-top: 20px;
}
#main_pics_col img {
	float: right;
	margin-bottom: 50px;
}
