/*Link styling*/
a:link, a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active{
	color: #666666;
}

/*Image*/
img{
	border: none;
}


/*MAIN STRUCTURE*/

body {
	background: #1b1b1b;
	padding: 100px 0px 100px 0px;
	text-align: center;
    height: 100%;
}

body, td{

	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;

}


/*The header image*/
#header{
	height: 188px;
	width: 740px;
    margin: auto;
	background: white url(/images/header.jpg) no-repeat;
/*
    border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
*/
}


#wrapper{
	width: 740px;
	margin: auto;
	text-align: left;
	background: #515151;
/*	border-right-width: 3px;       */
/*	border-bottom-width: 3px;      */
/*	border-left-width: 3px;        */
/*	border-top-style: none;        */
/*	border-right-style: solid;     */
/*	border-bottom-style: solid;    */
/*	border-left-style: solid;      */
/*	border-top-color: #000000;     */
/*	border-right-color: #000000;   */
/*	border-bottom-color: #000000;  */
/*	border-left-color: #000000;    */
}

/*The container */
#container{
	width: 740;
	float: left;
	margin-right: -539px;

}
#content{
	width: 539px;
	padding: 25px 0px 0px 0px;
	text-align: left;
	float: right;
	background: white;

}
#sidebar{
    height: auto;
	margin-right: 539px;
	padding: 10px 0px;

	color: white;


}

/*Sub structure */

.contentdiv{
	margin: 0px 0px 0px 22px;
}

#sidebardiv{
	margin: 0px 27px 0px 27px;


}
#sidebardiv a:link, #sidebardiv a:visited { 
	color: white;
	text-decoration: none;
        font-weight: bold;
 }


/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
.contentbody{
	margin: 0px;
	padding: 0px 30px 0px 43px;
	text-align: justify;
}
.sidebarbody{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.nogradbody{
	margin: 0px;
	padding: 0px 30px 25px 30px;
	text-align: left;
}


/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*/
.contentbody {
	background: url(/images/gradient.gif) 0px 3px no-repeat;
}

/*The image styling of your blog*/
.contentbody img{
	border: 1px solid black;
}


#mit {
	padding: 10px 10px 0px 424px;
	height: 33px;
	width: 252px;
}