/* css file for www.meandmila.com */
/* created by www.crashpaddesign.com */


/* begin reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end reset */


/*
--------------------------------------------------
GENERAL FORMATTING
--------------------------------------------------
*/

body {
	background: #f9f5f4 url(../images/bg-body.gif) repeat-y 0 0;
	font-family: "Courier New", Courier, monospace;
	color: #363030;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
--------------------------------------------------
STANDARD LAYOUT DIVS
--------------------------------------------------
*/

div#wrap-outer {
	background: url(../images/bg-wrap-outer.jpg) no-repeat 0 0;
}

div#wrap-inner {
	position: relative;
	z-index: 0;
	min-height: 540px;
	background: url(../images/bg-singing-bird.png) no-repeat 100% 20px;
}

div#wrap-content {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

body.home #wrap-content {
	width: 756px;
}

div#logo {
	width: 328px;
	margin: 0 auto;
	padding-bottom: 40px;
}

div#logo-bird {
	position: absolute;
	top: 80px;
	left: -100px;
}

/*
--------------------------------------------------
HOMEPAGE FORMATTING
--------------------------------------------------
*/

div#slideshow-home {
	width: 746px;
	height: 450px;
	border: 5px solid #fff;
	background: #363030;
	overflow: hidden;
}

/*
--------------------------------------------------
LINKAGE
--------------------------------------------------
*/


/*
--------------------------------------------------
TEXT FORMATTING
--------------------------------------------------
*/


/*
--------------------------------------------------
MAIN NAVIGATION
--------------------------------------------------
*/

div#nav {
	font-size: 14px;
	text-align: center;
}

body.home #nav {
	margin-top: 22px;
}

body.home #nav p {
	margin-bottom: 12px;
}

#nav a {
	text-decoration: none;
	color: #363030;
}

#nav a:hover {
	color: #952cc4;
}

/*
--------------------------------------------------
FOOTER
--------------------------------------------------
*/
