body {
	/*background-image: url(images/jpg/bckgrMaster.jpg);*/
	background-color:#FFFFEC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; 
}

USbody {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; 
}

.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.paragraphtext {
	font : 10px Verdana, Arial, sans-serif;
}

.paragraphtextred {
	font : 10px Verdana, Arial, sans-serif;
	color: #990000;
}

.alertred {
	font : 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #990000;
}

.SubMenuWhite {
	font : 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.midHeader {
	font : 14px Arial, Helvetica, sans-serif;
}

.midHeader2 {
	font : 12px Arial, Helvetica, sans-serif;
}

.linktext {
	font : 12px Verdana, Arial, sans-serif;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 756px !important;
    height: 454px !important;
    border: 1px solid #fff;
}

#myWeddingHomePage
{
	text-align: left;
	margin: 0 auto;
	width: 819px !important;
    height: 486px !important;
    border: 1px solid #fff;
	z-index: 1;
}

#myPortfolio
{
	text-align: left;
	margin: 0 auto;
	width: 580px !important;
    height: 455px !important;
    border: 1px solid #fff;
}

/* HyperLink Tagging */
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #FFF}
a:active {color: #000000}

#whitelink
{
    color: #FFFFFF
}

/*For Menu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 10}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #EEEEEE;
	color: ##666666;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #EEEEEE}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EEEEEE;
	border: 1px solid #5970B2;
	z-index: 10;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EEEEEE;
		color: #666666;
		font: 11px arial}

	#sddm div a:hover
	{	background: #EEEEEE;
		color: #FFF}



/* 

ROUNDED CORNERS

Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}



.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(img/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(img/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(img/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(img/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(img/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(img/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */


/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position:absolute;
	top:0;
	right:0;
}
.two {
	float:left;
	width:45%;
}

.four {
	width: 950px;
    margin-left: auto ;
    margin-right: auto ;

}
.two .i1,
.two .i2 { background-image:url(borders.gif); }
.two .bt,
.two .bt div,
.two .bb,
.two .bb div { background-image:url(box.gif); }
#three {
	float:left;
	clear:both;
	width:80%;
}
#three .cb {
	float:left;
	width:40%;
}
.button {
	float:left;
	margin-top:0;
}
.button .bt {
	height:8px;
	margin:0 0 0 9px;
	background-image:url(button.png);
}
.button .bt div {
	left:-9px;
	width:9px;
	height:8px;
	background-image:url(button.png);
}
.button .bb {
	height:8px;
	margin:0 0 0 8px;
	background-image:url(button.png);
}
.button .bb div {
	left:-8px;
	width:8px;
	height:8px;
	background-image:url(button.png);
}
.button .i1 {
	padding:0 0 0 3px;
	background-image:url(button-img/borders.png);
}
.button .i2 {
	padding:0 3px 0 0;
	background-image:url(button-img/borders.png);
}
.button .i3 {
	padding:0 0.5em;
	background:#3a3d40 url(button.png) no-repeat -3px -8px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.button a:link,
.button a:visited,
.button a:hover {
	border:none;
	color:#fff;
}

/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}
