/*
Theme Name: Women In The Light
Theme URI: http://www.agamaadvertising.com
Description: Theme
Version: 1.0
Author: Agama Advertising
Author URI: http://www.agamaadvertising.com
Tags:

*/


body {
	font-family: Verdana, Arial, sans-serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
	text-align: center;
    background-color: #000000;
	}

#page {
    width: 828px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #961B1E;
    background-color: #FFFFFF;
    background: url('images/witl_slice.png');
    background-repeat: repeat-y;
}

#topBar {
    width: 828px;
    height: 21px;
	background: url('images/witl_header.png');
    background-repeat: no-repeat;
}

#bottomBar {
    margin-top: 30px;
    width: 828px;
    height: 21px;
    background: url('images/witl_footer.png');
    background-repeat: no-repeat;
}

#header {
    width: 643px;
    margin-left: auto;
    margin-right: auto;
}

#mainMenu {
    width: 643px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;

}

#content {
    width: 565px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

#content h2 {
    /* used for page titles */
    margin: 35px 0 20px 0;
    padding: 0;
    font-size: 19px;
}

#content h3 {
    /* used for event post titles, must be put in manually */
    margin: 35px 0 20px 0;
    padding: 0;
    font-size: 19px;
}

#content a {
    color: #961B1E;
}

#bottomQuote {
    width: 565px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

#quoteTitle {
    font-weight: bold;
}

#quoteContent {
    font-style: italic;
}

.eventHeading {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.eventNavigation {
    width: 70px;
    margin-left: 500px;
    margin-top: 20px;
    margin-bottom: -20px;
    font-weight: bold;
}

.eventNavigation img {
    /*vertical-align: middle;*/
}