/*
This file inherits all the styles from DefaultStyle.css
Please make sure that the following import link is present if you want to
inherit default styles.
Any changes in fonts, colours, layout, etc. can be done via overriding CSS
style elements after the import statement.

Good CSS guide is located at

http://www.htmlhelp.com/reference/css/

*/
@import "DefaultStyle.css"; 

/* put your changes below this comment */


#pagehead {
	height: 100px;
}

#topbar1 {
	height: 100px;
	width: 100%;
}

#topbar2 {
	background-image: url(images/Banner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	width: 100%;
}

