
/* Import all css styles */
@import url("error.css");
@import url("menu.css");
@import url("home.css");
@import url("form.css");
@import url("titles.css");
@import url("agenda.css");
@import url("table.css");
@import url("member.css");
@import url("signup.css");
@import url("instrument.css");
@import url("auth.css");

body {
    background-color:#E1E3E8;
    border:0;
    padding:0;
    margin:0;
    
    font-family:Verdana, Arial, sans-serif;
    font-size:10px;
}
div {
    margin:0;
    padding:0;
}
img {
    border:0;
    margin:0;
    padding:0;
}

/* Deviation */
#deviation {
    position:absolute;
    right:10px;
    bottom:10px;
    color:#888888;
    font-size:9px;
}
#deviation a {
    color:#888888;
    font-weight:normal;
}


/* Remove scrollbar */
html>body, html>body #site {
	height: auto;
}
body, #site {
	min-height: 100%;
	height:100%;
}
#site {
    width:730px;
    background-image:url(../Images/template/background_fill.png);
    background-repeat:repeat-y;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    
    position:absolute;
    left:50%;
    margin-left:-365px;
}


#top {
    width:730px;
    height:130px;
    
    background-image:url(../Images/template/top.png);
}
#top p {
    margin:0;
    padding:0;
    visibility:hidden;
}

#content {
    background-color:#CCCCCC;
}


#text {
    width:516px;
    float:left;
    margin:20px;
    margin-right:0;
    overflow:visible;
    height:auto;
}

.title {
    width:516px;
    background-repeat:no-repeat;
    height:15px;
    
    border-bottom:1px solid #CCCCCC;
    margin-bottom:15px;
}
