/* CSS Definitions - winnipegscottishfestival.com */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000066;
	line-height: 150%;
}

img {
	border: none;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	line-height: 100%;
}

#container {
	margin: auto 0px;
	padding: 0;
	width: 100%;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 112px;
	background-image: url(../images/header-bg.gif);	
}

#logo {
	position: relative;
	margin: 0px auto;
	width: 1122px;
	height: 112px;
}

#menu-wrapper {
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 49px;
	background-color: #f2160f;	
	background: url(../images/menu-bg.gif) repeat-x 0 0;
}

/* MIDDLE SECTION */

#top-border-left {
	position:relative;
	top:0;
	left:0;
	width: 10px;
	height: 10px;
	background: url(../images/top-border.png) 0 0 no-repeat;
}

#top-border-right {
	position:relative;
	top:0;
	left:0;
	width: 10px;
	height: 10px;
	background: url(../images/top-border.png) 0 -10px no-repeat;
}

#middle-section-wrapper {
	position: relative;
	width: 100%;
	background: url(../images/middle-bg.jpg) top repeat-x;
}

#middle-section {
	position: relative;
	width: 948px;
	margin: 0 auto;
	zoom: 1;
}

#middle-border-left {
	position:absolute;
	top:0;
	left:0;
	width: 10px;
	height: 100%;
	background: url(../images/middle-border.png) 0 0 repeat-y;
}

#column1 {
	margin-left: 10px;
	width: 520px;
	padding: 30px 30px 30px 30px;
	min-height: 650px;
	background: url(../images/top-border.png) 0 -20px repeat-x #FFFFFF;
}

#column2 {
	position:absolute;
	top: 0;
	left: 590px;
	width: 272px;
	height: 100%;
	padding: 30px;
	background: url(../images/top-border.png) 0 -20px repeat-x #FFFFFF;
}

#middle-border-right {
	position:absolute;
	width: 10px;
	left: 922px;
	top: 0;
	height:100%;
	background: url(../images/middle-border.png) repeat-y -10px 0;
}

/* FOOTER */

#footer-wrapper {
	background-color: #fff;
	width: 948px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

#leftcorner {
	background: url(../images/footer-border.png) no-repeat top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#middlefooter {
	background: url(../images/footer-border.png) repeat-x 0 -10px;
	width: 912px;
	height: 10px;
	position: relative;
	top: 0;
	left: 10px;
}

#rightcorner {
	background: url(../images/footer-border.png) no-repeat 0 -20px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 922px;
}
