﻿/*------------------------------------------------------------------
[Content StyleSheet]	-	index.aspx

Project:	Netrostar Inc - index.aspx
Version:	1.0
Date created:	2008-05-26
Last change:	2008-05-26
Author:	Tomasz Zeludziewicz
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. welcome
2. news
3. featured-event
4. bottom-banner


-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1][welcome]
-------------------------------------------------------------------*/
.welcome { float: left; width: 291px; height: 326px; background: transparent url(../Images/bg_welcome.jpg) no-repeat; margin: 0px 15px 0px 10px; }
	.welcome .txt-welcome { margin: 10px 0px 20px 10px; float: left; width: 254px; height: 53px; background: transparent url(../Images/txt/welcome-to-btave.gif) no-repeat; }
	.welcome p { text-align: justify; padding: 20px 20px 0px 20px; }

/*------------------------------------------------------------------
[2][news]
-------------------------------------------------------------------*/
.news { float: left; width: 295px; height: 326px; background: transparent url(../Images/bg_news.jpg) no-repeat; margin-right: 15px; }
	.news  .txt-news { margin: 30px 0px 20px 20px; width: 100px; height: 21px; float: left; background: transparent url(../Images/txt/news.gif) no-repeat; }
	.n { clear: both; padding: 0px 20px; }	
		.n h2 { font-weight: bold; font-size: 12px; margin-top: 10px; }
		.n p { text-align: justify; }
		.n a { font-weight: bold; float: right; margin: 10px 5px 0px 0px; }
		
/*------------------------------------------------------------------
[3][featured-event]
-------------------------------------------------------------------*/
.featured-event { float: left; width: 282px; height: 326px; background: transparent url(../Images/bg_featured.jpg) no-repeat; }
	.featured-event .txt-featured-event { margin: 30px 0px 0px 20px; width: 160px; height: 21px; float: left; background: transparent url(../Images/txt/featured-event.gif) no-repeat; }
	.featured-event h2 { font-weight: bold; clear: both; margin: 25px 0px 10px 15px; }
	.featured-event img { margin: 10px 20px; }
	.featured-event p { text-align: justify; padding: 0px 15px; }
	.featured-event a {  font-weight: bold; float: right; margin: 10px 20px 0px 0px; }
	
/*------------------------------------------------------------------
[4][bottom-banner]
-------------------------------------------------------------------*/
.bottom-banner { float: left; margin-top: 10px; width: 916px; height: 409px; background: transparent url(../Images/bottom_banner.jpg) no-repeat; }


