@charset "utf-8";
.mybox {
	width:220px;
	height:605px;
} /* Dimensions of box. */

.boxshadow {
	background-color:#000000;
	float: right;
	margin-top: 24px;
	margin-right: 20px;
} /* Color of shadow. */
          /* (Alternatively, background image size of box may be used.) */

.boxcontent { 
   background-color:white; /* Specify color. Otherwise, shadow shows through. */
   left:-5px; /* Required, customize value. */
              /* Positive number for shadow on left.  */
              /* Negative number for shadow on right. */
              /* Value 0 for no left or right shadow. */
   top:-5px; /* Required, customize value. */
              /* Positive number for shadow on top.    */
              /* Negative number for shadow on bottom. */
              /* Value 0 for no top or bottom shadow.  */
   position:relative; /* Required. */
   border-style:solid; /* Optional. */
   border-width:1px; /* Optional. */
   border-color:#000000; /* Optional. */
   /* Other attributes may be defined. */
   }
   .mysquare {
	width:600px;
	height:185px;
} /* Dimensions of box. */

.squareshadow {
	background-color:#000000;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
} /* Color of shadow. */
          /* (Alternatively, background image size of box may be used.) */

.squarecontent { 
   background-color:white; /* Specify color. Otherwise, shadow shows through. */
   left:-5px; /* Required, customize value. */
              /* Positive number for shadow on left.  */
              /* Negative number for shadow on right. */
              /* Value 0 for no left or right shadow. */
   top:-5px; /* Required, customize value. */
              /* Positive number for shadow on top.    */
              /* Negative number for shadow on bottom. */
              /* Value 0 for no top or bottom shadow.  */
   position:relative; /* Required. */
   border-style:solid; /* Optional. */
   border-width:1px; /* Optional. */
   border-color:#000000; /* Optional. */
   /* Other attributes may be defined. */
   }
.mywelcomebox {
	height: 850px;
	width: 600px;
}
.mywelcomeboxshadow {
	float: left;
	background-color: #000;
	margin-top: 24px;
	margin-left: 24px;
}
.mywelcomeboxcontent {
	background-color: #FFF;
	border: 1px solid #000000;
	position: relative;
	left: -5px;
	top: -5px;
}
.myarticlebox {
	height: 575px;
	width: 850px;
}
.myarticleboxshadow {
	float: left;
	background-color: #000;
	margin-top: 24px;
	margin-left: 24px;
}
.myarticleboxcontent {
	background-color: #FFF;
	border: 1px solid #000000;
	position: relative;
	left: -5px;
	top: -5px;
}

.myarticlebox2 {
	height: 300px;
	width: 850px;
}
.myarticlebox2shadow {
	float: left;
	margin-top: 24px;
	margin-left: 24px;
	background-color: #000;
}
.myarticlebox2content {
	background-color: #FFF;
	border: 1px solid #000;
	position: relative;
	left: -5px;
	top: -5px;
}
.myarticlebox3 {
	height: 1300px;
	width: 850px;
}
.myarticlebox3shadow {
	background-color: #000;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
}
.myarticlebox3content {
	background-color: #FFF;
	border: 1px solid #000;
	position: relative;
	left: -5px;
	top: -5px;
}
.mybox2 {
	height: 850px;
	width: 220px;
}
.mybox2shadow {
	background-color: #000;
	float: right;
	margin-top: 24px;
	margin-right: 20px;
}
.mybox2content {
	background-color: #FFF;
	left: -5px;
	top: -5px;
	border: 1px solid #000;
	position: relative;
}
.mysquare2 {
	height: 605px;
	width: 600px;
}
.mysquare2shadow {
	background-color: #000;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
}
.mysquare2content {
	border: 1px solid #000;
	position: relative;
	left: -5px;
	top: -5px;
	background-color: #FFF;
}
.mybox3 {
	height: 1100px;
	width: 850px;
}
.mybox3shadow {
	background-color: #000;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
}
.mybox3content {
	background-color: #FFF;
	position: relative;
	left: -5px;
	top: -5px;
	border: 1px solid #000;
}
.mysquare3 {
	height: 1100px;
	width: 600px;
}
.mysquare3shadow {
	background-color: #000;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
}
.mysquare3content {
	border: 1px solid #000;
	left: -5px;
	top: -5px;
	position: relative;
	background-color: #FFF;
}
.mysquare4 {
	height: 1400px;
	width: 600px;
}
.mysquare4shadow {
	background-color: #000;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
}

.mysquare4content {
	background-color: #FFF;
	position: relative;
	border: 1px solid #000;
	left: -5px;
	top: -5px;
}
