body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
 
header {height:200px; width:400px;}

#blog {
	position: absolute;
	left:45px;
	top: 365px;
	width: 400px; 
	height: 400px;
	}

#notice {
	/*color: #524E4E;*/
	font-size: 2em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Trebuchet MS"
}

/*
 * Bold the text, change color when mouseover
 */

nav, #testimonials{display:none;}
.navbar a:hover {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	
/*	background-image: url(images/navstar2.png);
 *  background-repeat: no-repeat;
 *	background-position: left 18px;
 */
 
}

/*
 * The shadow at the bottom of the Tomi graphic
 */
.dropshadowBottom {
    height: 12px;
    background-image: url("../images/dropshadow_03.png");
    background-repeat: no-repeat;
}
/*
 * The shadow at the right of the Tomi graphic
 */
.dropshadowRight {
    height: 12px;
    background-image: url("../images/dropshadow_02.png");
    background-repeat: repeat-x;
}
/*
 * The shadow at the bottom right corner of the Tomi graphic
 */
.dropshadowCorner {
    height: 12px;
    background-image: url("../images/dropshadow_04.png");
    background-repeat: no-repeat;
}

/* for white text only if dark background
*.style1 {color: #FFFFFF; }
*/

/*
 * A rounded rectangle for Top table cells
 */
.roundedrectT {
	height: 65px;
	background-image: url("../images/roundedrectTop.png");
	background-repeat: no-repeat;

}

/*
 * A rounded rectangle for Bottom table cells
 */
.roundedrectB {
	height: 108px;
	background-image: url("../images/roundedrectBottom.png");
	background-repeat: no-repeat;

}

/*
 * A rounded rectangle for Top Left table cells
 */
.roundedrectTL {
	height: 65px;
	background-image: url(../images/roundedrectTopLeft.png);
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Top Middle table cells
 */
.roundedrectTM {
	height: 65px;
	background-image: url(../images/roundedrectTopMiddle.png);
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Top Right table cells
 */
.roundedrectTR {
	height: 65px;
	background-image: url(../images/roundedrectTopRight.png);
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Bottom Left table cells
 */
.roundedrectBL {
	height: 108px;
	background-image: url("../images/roundedrectBottomLeft.png");
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Bottom Middle table cells
 */
.roundedrectBM {
	height: 108px;
	background-image: url("../images/roundedrectBottomMiddle.png");
	background-repeat: no-repeat;

}
/*
 * A rounded rectangle for Bottom Right table cells
 */
.roundedrectBR {
	height: 108px;
	background-image: url("../images/roundedrectBottomRight.png");
	background-repeat: no-repeat;

}
/*
 * Main Tomi Thai graphic
 */
.logo {
	height: 346px;
	background-image: url("../images/TomiThaiGreen.png");
	background-repeat: repeat-y;

}
/*
 * Panorama of front of Tomi Thai restaurant near bottom of web page
 */
.pano {
	height: 250px;
	background-image: url("../images/Tomi_Panorama1.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the bottom of the Pano graphic
 */
.panoDropshadow_Bottom {
	height: 12px;
	background-image: url("../images/panoDropshadow_Bottom.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the right of the Pano graphic
 */
.panoDropshadow_Right {
	height: 250px;
	background-image: url("../images/panoDropshadow_Right.png");
	background-repeat: no-repeat;

}
/*
 * The shadow at the bottom right corner of the Pano graphic
 */
.panoDropshadow_Corner {
	height: 12px;
	background-image: url("../images/panoDropshadow_Corner.png");
	background-repeat: no-repeat;

}
/*
 * Footer graphic near bottom of web page
 */
.footer {
	height: 70px;
	/*background-image: url("../images/footer-2.png");*/
	background-repeat: no-repeat;
	font-size: "4em"

}
/*
 * The shadow at the bottom of the footer graphic
 */
.footerDropshadow {
	height: 24px;
	background-image: url("../images/footerDropshadow.png");
	background-repeat: no-repeat;

}
/*
 * The highlight along the top of the table
 */
.highlightTop {
	height: 12px;
	background-image: url("../images/highlightTop.png");
	background-repeat: repeat-x;

}
/*
 * The highlight on the left side of the table
 */
.highlightLeft {
	height: 637px;
	background-image: url("../images/highlightLeft.png");
	background-repeat: repeat-y;

}
/*
 * The highlight on the top left corner of the table
 */
.highlightCorner {
	height: 12px;
	background-image: url("../images/highlightCorner.png");
	background-repeat: no-repeat;

}
/*
* Make PDF fit into new target window
*/
.fit {
	width: 100%;

}.roundedrectB p {
	font-family: Verdana, Geneva, sans-serif;
}
