/* GENERAL STYLES */
*{
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
    font-family: 'Times New Roman';
}

#container {
    width: 876px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: white;
    overflow: hidden;
}

#header {
    background-image: url(style_elements/vv_logo.jpg);
    background-repeat: no-repeat;
    background-position: 0px 40px;
    height: 125px;
}

    #headerText {
        margin-top: 29px;
        margin-right: 29px;
        font-size: 12px;
        float: right;
        color: #88878C;
        font-weight: bold;
    }
    
#mainMenu {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #D5D5D5;
}

    #mainMenu ul {
        padding-left: 74px;
    }

        #mainMenu ul li {
            display: inline;
            list-style-type: none;
            margin-right: 24px;
        }
        
            #mainMenu ul li a {
                text-decoration: none;
                font-size: 14px;
                color: #88888A;
                font-weight: bold;
            }
            
            #mainMenu ul li a#current {
                color: #AA0025
            }
            
#content {
    width: 100%;
    margin-top: 51px;
    background-image: url(style_elements/content_left_border.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
}
    
    #frontpageLeft {
        width: 290px;
        margin-left: 56px;
        float: left;
        display: inline;
    }
    
        #frontpageLeft img {
            float: left;
        }
        
    #frontpageRight {
        width: 500px;
        float: left;
        height: 400px;
    }
    
        #frontpageRight table {
            height: 100%;
            width: 320px;
            margin-left: 50px;
        }
        
            #frontpageRight table tr td {
                vertical-align: bottom;
            }
        
            #frontpageRight table tr td p {
                display: inline;  
                font-size: 18px;
                color: #545454;
            }
                
            #frontpageRight table tr td img#quotestart {
                vertical-align: bottom;
            }
        
            #frontpageRight table tr td img#quoteend {
                display: inline;
                vertical-align: bottom;
                padding-top: 6px;
            }
            
    #articleLeft {
        width: 117px;
        margin-left: 56px;
        display:inline;
        float:left;
        
    }
    
        #articleLeft ul {
            padding-left: 20px;
            padding-top: 2px;
        }
    
        #articleLeft ul li {
            list-style-type: none;
            margin-bottom: 8px;
        }
        
            #articleLeft ul li a {
		text-decoration: none;
                color: black;
                font-size: 13px;
                font-weight: bold;
            }
    
    #articleCenter {
        width: 360px;
        padding-right: 90px;
        float:left;
    }
    
        #articleCenter h1 {
            font-size: 30px;
            color: #AA0025;
            margin-bottom: 21px;
            margin-top: -7px;
            padding-top: 0px;
        }
        
        #articleCenter p {
            font-size: 13px;
            font-weight: bold;
            color: #565558;
        }

	#articleCenter ul {
	    font-size: 13px;
            font-weight: bold;
            color: #565558;
	    margin-left: 19px;
	}

	#articleCenter ol {
	    font-size: 13px;
            font-weight: bold;
            color: #565558;
	    margin-left: 25px;
	}


	#articleCenter a {
		color: black;
		font-size: 13px;
		font-weight: bold;
	}

    #articleRight {
        width: 253px;
        float: left;
    }

#footer {
    clear: both;
    width: 100%;
    height: 45px;
}

/* EDITOR PROPERTIES */

